diff --git a/playbooker.sh b/playbooker.sh index 3a2dae1..07315d5 100755 --- a/playbooker.sh +++ b/playbooker.sh @@ -1,6 +1,9 @@ #!/bin/bash + +ANSIBLE_CONFIG=/usr/share/ansible-repo/ansible.cfg + CHANGED_FILES=$(git diff --name-only HEAD~1 HEAD) PLAYBOOKS_TO_RUN=()