summaryrefslogtreecommitdiffstats
path: root/roles/openshift_loadbalancer/handlers/main.yml
blob: 5b8691b265d0a0eb00a708416a4cf5f769c4ac3f (plain)
1
2
3
4
5
6
---
- name: restart haproxy
  service:
    name: haproxy
    state: restarted
  when: not (haproxy_start_result_changed | default(false) | bool)