should work nowwwwwwww
All checks were successful
Deploy Containers / Prepare (push) Successful in 9s
All checks were successful
Deploy Containers / Prepare (push) Successful in 9s
This commit is contained in:
@@ -10,7 +10,7 @@ if [ ! -z "$new_tasks" ]; then
|
||||
ansible_tag=$(echo "$task" | awk '{print $2}')
|
||||
if [[ "$tag" != "all.yml" && "$tag" != "all.template.yml" && "$tag" != "main.yml" ]] ; then
|
||||
tag=${tag%.*}_deploy
|
||||
ansible-playbook main.yml --tags "$tag" --vault-password-file ~/.vault_password.txt
|
||||
ansible-playbook main.yml --tags "$tag" --vault-password-file ~/.vault_pass.txt
|
||||
fi
|
||||
done
|
||||
fi
|
Reference in New Issue
Block a user