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
No known key found for this signature in database
GPG Key ID: 4CDAD4A532BC1EDB
1 changed files with 2 additions and 0 deletions

View File

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