Fixes tags and when conditional for HAProxy
A missing comma after the second tag prevented the when conditional from being evaluated correctly. Change-Id: Ic18462212452a22ad556bed114e0a99440abe1ff Closes-Bug: #1481130
This commit is contained in:
parent
3097d3e48d
commit
c2dbbde371
@ -1,7 +1,7 @@
|
||||
---
|
||||
- hosts: haproxy
|
||||
roles:
|
||||
- { role: haproxy, tags: haproxy, keepalived when: enable_haproxy | bool }
|
||||
- { role: haproxy, tags: haproxy, keepalived, when: enable_haproxy | bool }
|
||||
|
||||
- hosts: mariadb
|
||||
roles:
|
||||
|
Loading…
Reference in New Issue
Block a user