This commit is contained in:
@@ -12,7 +12,7 @@ if [ ! -z "$new_tasks" ]; then
|
||||
if [[ "$tag" != "_deploy" ]] ; then
|
||||
ansible-playbook main.yml --tags "$tag" --vault-password-file ~/.vault_pass.txt
|
||||
fi
|
||||
elif [[ "$ansible_tag" == "jade.yml" || "$ansible_tag" == "jackson.yml" ]] ; then
|
||||
elif [[ "$task" == "host_vars/jade.yml" || "$task" == "host_vars/jackson.yml" ]] ; then
|
||||
ansible-playbook main.yml --tags "caddy_deploy" --vault-password-file ~/.vault_pass.txt
|
||||
fi
|
||||
done
|
||||
|
Reference in New Issue
Block a user