f0241f807f
Haproxy was renamed in [1]. [1] https://review.opendev.org/c/openstack/kolla-ansible/+/770618 Change-Id: Ib2d7f0774fede570a8c4c315d83afd420c31da0b
12 lines
386 B
YAML
12 lines
386 B
YAML
---
|
|
- name: Fail if group loadbalancer not exists or it is empty
|
|
fail:
|
|
msg: >-
|
|
Inventory's group loadbalancer does not exist or it is empty.
|
|
Please update inventory, as haproxy group was renamed
|
|
to loadbalancer in the Xena release.
|
|
when:
|
|
- enable_loadbalancer | bool
|
|
- groups['loadbalancer'] is not defined or
|
|
groups['loadbalancer'] | length < 1
|