fix: CI/CD pipeline fix (#7)
This PR fixes an issue with how the CI/CD pipeline was setup up ## Major fixes - Addressed an issue with the CI/CD pipeline restarting core services during production runs. - Updated ansible-playbook command to include the `skip-tags` flag. This currently skips the new `core` tag. |19a7e77045- Added new `core` tag to `site.yaml`. This new tag covers any roles that deal with or might restart core services. |3335594077--------- Co-authored-by: Jordan Del Pilar <[email protected]> Reviewed-on: #7
This commit was merged in pull request #7.
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