kolla-ansible/ansible/roles/haproxy/tasks/main.yml
Jeffrey Zhang fd641380ad Fix the upgrade haproxy failed
The haproxy failed when there is one stand alone network node

Closes-Bug: #1598339
Change-Id: I3390ee37eb51c292fc5149fc22b4f6a6f07da688
2016-07-02 11:20:45 +08:00

4 lines
82 B
YAML

---
- include: "{{ action }}.yml"
when: inventory_hostname in groups['haproxy']