diff --git a/.github/workflows/ansible_molecule_teststing.yml b/.github/workflows/ansible_molecule_teststing.yml index bb45b8b..3c6a0f4 100644 --- a/.github/workflows/ansible_molecule_teststing.yml +++ b/.github/workflows/ansible_molecule_teststing.yml @@ -71,7 +71,7 @@ jobs: systemctl is-active docker || true ls -lha /proc/1/cgroup || true bash .github/workflows/docker_ps.sh & - docker run hello-world + docker run -d hello-world sleep 300 printf "[defaults]\nremote_tmp = /tmp/.ansible-\${USER}/tmp" > $HOME/.ansible.cfg DEBUG_OPT=$([[ "$COMMIT_MSG" =~ .(debug) ]] && echo "--debug")