Ansible: cd to /ansible in entrypoint
This commit is contained in:
parent
58157448c5
commit
32c01aefa7
|
@ -54,4 +54,6 @@ if [ -f "$ANSIBLE_REQUIREMENTS" ]; then
|
|||
ansible-galaxy install $ANSIBLE_GALAXY_PARAM -r $ANSIBLE_REQUIREMENTS
|
||||
fi
|
||||
|
||||
cd /ansible
|
||||
|
||||
exec "$@"
|
||||
|
|
Loading…
Reference in New Issue