fix: Updated ansible playbook command
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user