Skip to content
Snippets Groups Projects
Commit 95f76faa authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Fix haproxy restart while genconfig"

parents 57f0a3c4 dbab46ee
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