mirror of
https://gitea.0xace.cc/ansible-galaxy/haproxy.git
synced 2024-11-25 00:16:39 +00:00
8 lines
140 B
YAML
8 lines
140 B
YAML
---
|
|
- name: Reload HAProxy
|
|
systemd:
|
|
name: haproxy
|
|
state: reloaded
|
|
daemon_reload: yes
|
|
when: haproxy_enable_and_start.changed
|