Skip to content

Commit a57168c

Browse files
committed
Fix typo s/on_fail/on-fail/g
1 parent cc5e078 commit a57168c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1068,7 +1068,7 @@ For more information, see the `fedora.linux_system_roles.ha_cluster` role docume
10681068
- attrs:
10691069
- name: notify
10701070
value: true
1071-
- name: on_fail
1071+
- name: on-fail
10721072
value: demote
10731073
ha_cluster_constraints_colocation:
10741074
- resource_leader:
@@ -1174,7 +1174,7 @@ Note that production environments require Pacemaker configured with fencing agen
11741174
- attrs:
11751175
- name: notify
11761176
value: true
1177-
- name: on_fail
1177+
- name: on-fail
11781178
value: demote
11791179
ha_cluster_constraints_colocation:
11801180
- resource_leader:
@@ -1314,7 +1314,7 @@ This example playbooks sets the `firewall` variables for the `fedora.linux_syste
13141314
- attrs:
13151315
- name: notify
13161316
value: true
1317-
- name: on_fail
1317+
- name: on-fail
13181318
value: demote
13191319
ha_cluster_constraints_colocation:
13201320
- resource_leader:

tests/tests_configure_ha_cluster_external.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
- attrs:
8787
- name: notify
8888
value: true
89-
- name: on_fail
89+
- name: on-fail
9090
value: demote
9191
ha_cluster_constraints_colocation:
9292
- resource_leader:

0 commit comments

Comments
 (0)