diff --git a/run.sh b/run.sh index 642631b..d3376f6 100644 --- a/run.sh +++ b/run.sh @@ -4,4 +4,4 @@ SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd ) ansible-galaxy collection install -r requirements.yaml #ansible-playbook --ask-become-pass --ask-pass -i inventory.yaml $1 -ANSIBLE_CONFIG: "$SCRIPT_DIR/ansible.cfg" ansible-playbook -i inventory.yaml $1 +ANSIBLE_CONFIG="$SCRIPT_DIR/ansible.cfg" ansible-playbook -i inventory.yaml $1