Skip to content

Commit 6b77f30

Browse files
committed
task: run ansible in real mode as we can't fully rely that in check mode no changes will be made
Part of #1631 [skip ci]
1 parent 79fc145 commit 6b77f30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/provision-by-ansible.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ jobs:
6060
working-directory: infra/vagrant
6161
run: ansible-playbook provisioning/prod.yml -i provisioning/prod.inventory --syntax-check
6262

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

6767
- name: Cleanup
6868
if: always()

0 commit comments

Comments
 (0)