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:
Sam Yaple 2015-08-04 01:38:34 +00:00
parent 3097d3e48d
commit c2dbbde371

View File

@ -1,7 +1,7 @@
--- ---
- hosts: haproxy - hosts: haproxy
roles: roles:
- { role: haproxy, tags: haproxy, keepalived when: enable_haproxy | bool } - { role: haproxy, tags: haproxy, keepalived, when: enable_haproxy | bool }
- hosts: mariadb - hosts: mariadb
roles: roles: