Skip to content

Commit

Permalink
task: run ansible in real mode as we can't fully rely that in check m…
Browse files Browse the repository at this point in the history
…ode no changes will be made

Part of #1631

[skip ci]
  • Loading branch information
php-coder committed Oct 17, 2023
1 parent 79fc145 commit 6b77f30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/provision-by-ansible.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ jobs:
working-directory: infra/vagrant
run: ansible-playbook provisioning/prod.yml -i provisioning/prod.inventory --syntax-check

- name: Run ansible in check mode
- name: Run ansible
working-directory: infra/vagrant
run: ansible-playbook provisioning/prod.yml -i provisioning/prod.inventory --check
run: ansible-playbook provisioning/prod.yml -i provisioning/prod.inventory

- name: Cleanup
if: always()
Expand Down

0 comments on commit 6b77f30

Please sign in to comment.