diff --git a/.containers/apps/ansible/entrypoint.sh b/.containers/apps/ansible/entrypoint.sh index 09c990a5d1c..e55d06e280e 100755 --- a/.containers/apps/ansible/entrypoint.sh +++ b/.containers/apps/ansible/entrypoint.sh @@ -54,4 +54,6 @@ if [ -f "$ANSIBLE_REQUIREMENTS" ]; then ansible-galaxy install $ANSIBLE_GALAXY_PARAM -r $ANSIBLE_REQUIREMENTS fi +cd /ansible + exec "$@"