This commit is contained in:
@ -6,6 +6,7 @@ if [ ! -z "$changed_tasks" ]; then
|
||||
if [[ "$tag" != "deploy-homelab.yml" && "$tag" != "main.yml" && "$tag" != "all.yml" && "$tag" != "all.example.yml" && "$tag" != "ISSUE_TEMPLATE" && "$tag" != "workflows" ]] ; then
|
||||
tag=${tag%.*}_install
|
||||
ansible-galaxy install -r requirements.yml
|
||||
echo "Running playbook with tag: $tag"
|
||||
ansible-playbook main.yml --tags "$tag" --vault-password-file ~/.vault_password.txt
|
||||
fi
|
||||
done
|
||||
|
Reference in New Issue
Block a user