fix envvar
continuous-integration/drone/push Build was killed Details

This commit is contained in:
Torma Kristóf 2023-03-05 18:33:40 +01:00
parent 0c7aee832c
commit 8795639cbb
1 changed files with 1 additions and 1 deletions

2
run.sh
View File

@ -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