Skip to content

Commit 1b11ad7

Browse files
committed
fix: Remove incorrect sync_group notify_master_rx_lower_pri
The previous patch removed the incorrect templating, but didn't remove the scripts and the examples in the documentation. This should fix it.
1 parent c88704a commit 1b11ad7

File tree

3 files changed

+0
-16
lines changed

3 files changed

+0
-16
lines changed

tasks/main.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -134,18 +134,6 @@
134134
notify:
135135
- reload keepalived
136136

137-
- name: Dropping the notification scripts for lower priority master case
138-
copy:
139-
src: "{{ item.value.src_notify_master_rx_lower_pri }}"
140-
dest: "{{ item.value.notify_master_rx_lower_pri }}"
141-
mode: "0755"
142-
with_dict: "{{ keepalived_sync_groups }}"
143-
when: item.value.src_notify_master_rx_lower_pri is defined
144-
tags:
145-
- keepalived-config
146-
notify:
147-
- reload keepalived
148-
149137
- name: Dropping the notification scripts for switching to backup
150138
copy:
151139
src: "{{ item.value.src_notify_backup }}"

tests/keepalived_haproxy_backup_example.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ keepalived_sync_groups:
3434
# Their deployment and configuration are like the notify_script
3535
#notify_master:
3636
#src_notify_master:
37-
#notify_master_rx_lower_pri:
38-
#src_notify_master_rx_lower_pri:
3937
#notify_backup:
4038
#src_notify_backup:
4139
#notify_fault:

tests/keepalived_haproxy_master_example.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ keepalived_sync_groups:
3434
# Their deployment and configuration are like the notify_script
3535
#notify_master:
3636
#src_notify_master:
37-
#notify_master_rx_lower_pri:
38-
#src_notify_master_rx_lower_pri:
3937
#notify_backup:
4038
#src_notify_backup:
4139
#notify_fault:

0 commit comments

Comments
 (0)