fix: Updated ansible playbook command
Johto Infrastructure Pipeline / Run Ansible Lint (push) Failing after 2m6s
Johto Infrastructure Pipeline / Deploy to Production (push) Has been skipped

Updated the ansible playbook command to skip the `core` tag. This prevents core services from being stopped when the pipeline is ran.
This commit is contained in:
Jordan Del Pilar
2026-07-08 14:41:43 -07:00
parent 3335594077
commit 19a7e77045
+1 -1
View File
@@ -56,4 +56,4 @@ jobs:
VAULT_PASS: ${{ secrets.ANSIBLE_VAULT_PASSWORD }}
- name: Run Ansible Playbook
run: ansible-playbook site.yaml
run: ansible-playbook site.yaml --skip-tags "core"