feat: run playbook action

This commit is contained in:
2025-02-18 22:20:37 -05:00
parent 2de880fb4c
commit db288c1f06
2 changed files with 6 additions and 1 deletions

View File

@@ -72,3 +72,8 @@ jobs:
- name: Lint Playbooks
run: ansible-lint
working-directory: ./playbooks
- name: Run Playbook
if: ${{ github.ref == 'refs/heads/main' }}
run: ansible-playbook deployment.yml
working-directory: ./playbooks