When I run ansible-navigator run ping-all.yml -m stdout, when return an error massage:
Error: relabeling content in /usr is not allowed
Please review the log for errors.
But I can run podman run --rm --tty --interactive -e ANSIBLE_HOST_KEY_CHECKING=False -v /home/student/ansible-manage:/home/student/ansible-manage --workdir /home/student/ansible-manage -v /home/student/.ssh:/home/student/.ssh/ --group-add=root -e SSH_AUTH_SOCK=/run/user/1000/keyring/ssh -v /run/user/1000/keyring/:/run/user/1000/keyring/ --ipc=host --name ansible_runner utility.lab.example.com/ee-supported-rhel8:latest ansible-playbook /root/ansible/test.yml -i /root/ansible/inventory.
Why the direct execution of [ansible-navigator run ping-all.yml] fails?
Hard to say without knowing what ping-all.yml does and how.
ping-all.yml is RH294 lab script automatically generated file.
This document is a document of environmental standards
also podman run exec anisble-playbook ping-all.yml is normal.
Red Hat
Learning Community
A collaborative learning environment, enabling open source skill development.