---

- name: restart haproxy
  service:
    name: haproxy
    state: restarted

- name: reload haproxy
  service:
    name: haproxy
    state: reloaded

- name: reload systemd config
  shell: systemctl daemon-reload

- name: update certs
  shell: /usr/local/bin/update_haproxy_certs.sh