You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: example-playbooks/replace_node/replace_node.yml
+1-1
Original file line number
Diff line number
Diff line change
@@ -306,7 +306,7 @@
306
306
tasks:
307
307
- name: Skip this play if RBNO was used for the replacement or if skip_repair is true
308
308
meta: end_play
309
-
when: skip_repair|bool or (hostvars[new_node]['_enable_rbno_grep'].failed == false and hostvars[new_node]['_rbno_enabled'] and hostvars[new_node]['_rbno_allowed_for_replace'])
309
+
when: skip_repair|bool or (disable_rbno|bool == false and hostvars[new_node]['_enable_rbno_grep'].failed == false and hostvars[new_node]['_rbno_enabled'] and hostvars[new_node]['_rbno_allowed_for_replace'])
0 commit comments