- name: reload systemd
command: systemctl daemon-reload
- name: restart haproxy
service:
name=haproxy
state=restarted
- name: reload haproxy
state=reloaded