Ansible: cd to /ansible in entrypoint

This commit is contained in:
kjeld Schouten-Lebbing
2021-04-22 14:04:47 +02:00
parent 58157448c5
commit 32c01aefa7

View File

@@ -54,4 +54,6 @@ if [ -f "$ANSIBLE_REQUIREMENTS" ]; then
ansible-galaxy install $ANSIBLE_GALAXY_PARAM -r $ANSIBLE_REQUIREMENTS
fi
cd /ansible
exec "$@"