From 8795639cbbea4e0beba16f0bcbd869f49b3e7aab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20Torma?= Date: Sun, 5 Mar 2023 18:33:40 +0100 Subject: [PATCH] fix envvar --- run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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