Skip to content
Snippets Groups Projects
Commit 959e473a authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Ansible flush_handlers ignores conditional clauses"

parents 6532c62c 6804a5a6
No related branches found
No related tags found
No related merge requests found
......@@ -11,12 +11,5 @@
name: "keepalived"
when: kolla_internal_vip_address not in secondary_addresses
# Upgrading master keepalived and haproxy
- name: Flush handlers
meta: flush_handlers
when: kolla_internal_vip_address in secondary_addresses
# Upgrading slave keepalived and haproxy
- name: Flush handlers
meta: flush_handlers
when: kolla_internal_vip_address not in secondary_addresses
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment