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.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/roles/haproxy/handlers/main.yml b/roles/haproxy/handlers/main.yml
deleted file mode 100644
index 5b8691b26..000000000
--- a/roles/haproxy/handlers/main.yml
+++ /dev/null
@@ -1,6 +0,0 @@
----
-- name: restart haproxy
- service:
- name: haproxy
- state: restarted
- when: not (haproxy_start_result_changed | default(false) | bool)