main.yml 145 B

123456
  1. ---
  2. - name: restart haproxy
  3. systemd:
  4. name: haproxy
  5. state: restarted
  6. when: not (haproxy_start_result_changed | default(false) | bool)