fix wrong role
All checks were successful
🏃‍♂️Run Ansible / install_ansible (push) Successful in 7m15s

This commit is contained in:
master of disaster
2025-12-14 23:40:07 +01:00
parent 6fd5385477
commit 2e21c85d2e
2 changed files with 3 additions and 3 deletions

View File

@@ -65,10 +65,10 @@ jobs:
- name: 🔎Check Ansible Playbook Syntax
run: |
# ansible-playbook --syntax-check playbooks/update_debian.yml.ansible
ansible-playbook --syntax-check playbooks/install_net_apps.ansible
ansible-playbook --syntax-check playbooks/install_monitoring.yml.ansible
- name: 🏃Run Ansible Playbook
run: |
# ansible-playbook -i inventory/raspberries.yaml playbooks/update_debian.yml.ansible --vault-password-file .vault_pass.txt
ansible-playbook -i inventory/raspberries.yaml playbooks/install_net_apps.ansible --vault-password-file .vault_pass.txt -vv
ansible-playbook -i inventory/raspberries.yaml playbooks/install_monitoring.yml.ansible --vault-password-file .vault_pass.txt -vv