summaryrefslogtreecommitdiffstats
path: root/roles/haproxy/handlers/main.yml
diff options
context:
space:
mode:
authorJason DeTiberus <detiber@gmail.com>2016-05-27 08:56:32 -0400
committerJason DeTiberus <detiber@gmail.com>2016-05-27 08:56:32 -0400
commit4b734695abf9ca112c9ad3be33f03fcd1a1e7abf (patch)
tree714787ea14ac8cc432b6357f37e6d38a9dadbdfa /roles/haproxy/handlers/main.yml
parent7a189730b1b6dddbed174586afe752615e60d948 (diff)
parent57abf26c30e306d1527e92a61a94088e542bb006 (diff)
downloadopenshift-4b734695abf9ca112c9ad3be33f03fcd1a1e7abf.tar.gz
openshift-4b734695abf9ca112c9ad3be33f03fcd1a1e7abf.tar.bz2
openshift-4b734695abf9ca112c9ad3be33f03fcd1a1e7abf.tar.xz
openshift-4b734695abf9ca112c9ad3be33f03fcd1a1e7abf.zip
Merge pull request #1896 from abutcher/openshift-loadbalancer
Separate master and haproxy config playbooks.
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)