Merge "Fix haproxy restart while genconfig"

This commit is contained in:
Jenkins 2017-05-24 20:58:48 +00:00 committed by Gerrit Code Review
commit 95f76faa43

View File

@ -51,6 +51,7 @@
register: status
changed_when: status.stdout.find('changed') != -1
when:
- action != "config"
- haproxy_config_jsons.changed | bool
or haproxy_cfg.changed | bool
or haproxy_pem.changed | bool