set restrictions on task to primary

This commit is contained in:
2026-04-28 10:01:23 -07:00
parent 83abc12a6f
commit 85d2c49f8d

View File

@@ -164,7 +164,9 @@
- name: "[CARP/primary] Wait for CARP state to stabilize after restore" - name: "[CARP/primary] Wait for CARP state to stabilize after restore"
ansible.builtin.pause: ansible.builtin.pause:
seconds: 20 seconds: 20
### Not altered ### when:
- ha_role == 'priamry'
- ha_peer is defined
- name: "[CARP/primary] Verify primary has reclaimed MASTER for all VIPs" - name: "[CARP/primary] Verify primary has reclaimed MASTER for all VIPs"
ansible.builtin.raw: | ansible.builtin.raw: |