Skip to content
Snippets Groups Projects
Commit dbab46ee authored by Eduardo Gonzalez's avatar Eduardo Gonzalez
Browse files

Fix haproxy restart while genconfig

At this moment haproxy  config.yml notifies
handlers that are not skipped when running
genconfig

Change-Id: I2eab18e3ba709075f21f8dce323fcb2acef43de5
Closes-Bug: #1664674
parent b6d370ca
No related branches found
No related tags found
No related merge requests found
...@@ -51,6 +51,7 @@ ...@@ -51,6 +51,7 @@
register: status register: status
changed_when: status.stdout.find('changed') != -1 changed_when: status.stdout.find('changed') != -1
when: when:
- action != "config"
- haproxy_config_jsons.changed | bool - haproxy_config_jsons.changed | bool
or haproxy_cfg.changed | bool or haproxy_cfg.changed | bool
or haproxy_pem.changed | bool or haproxy_pem.changed | bool
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment