Skip to content

Commit

Permalink
Merge pull request #390 from igorribeiroduarte/any_errors_fatal_replace
Browse files Browse the repository at this point in the history
replace_node.yml: Add any_errors_fatal to the replace_node playbook
  • Loading branch information
tarzanek authored Jul 4, 2024
2 parents 27bfba9 + ee6582f commit 65acb8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions example-playbooks/replace_node/replace_node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# the cluster by blocking its ip via iptables.
- name: Prepare nodes before replacement
hosts: scylla
any_errors_fatal: true
vars_files:
- vars/main.yml
tasks:
Expand Down

0 comments on commit 65acb8c

Please sign in to comment.