summaryrefslogtreecommitdiffstats
path: root/roles/haproxy/handlers/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/haproxy/handlers/main.yml')
-rw-r--r--roles/haproxy/handlers/main.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/haproxy/handlers/main.yml b/roles/haproxy/handlers/main.yml
index ee60adcab..5b8691b26 100644
--- a/roles/haproxy/handlers/main.yml
+++ b/roles/haproxy/handlers/main.yml
@@ -3,3 +3,4 @@
service:
name: haproxy
state: restarted
+ when: not (haproxy_start_result_changed | default(false) | bool)