We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d6a2b9 commit b528b86Copy full SHA for b528b86
tests/integration/test_container.py
@@ -57,7 +57,7 @@ def test_container_in_container(
57
exec_container: The container executor.
58
"""
59
podman_run_container = exec_container(
60
- "podman run -i --rm -d -e ANSIBLE_DEV_TOOLS_CONTAINER=1 --user=root"
+ "podman run -i --rm -d -e ANSIBLE_DEV_TOOLS_CONTAINER=1"
61
" -e ANSIBLE_FORCE_COLOR=0 --name ghcr_io_ansible_community_ansible_dev_tools_latest"
62
" ghcr.io/ansible/community-ansible-dev-tools:latest bash",
63
)
0 commit comments