mirror of
https://gitea.0xace.cc/ansible-galaxy/haproxy.git
synced 2025-06-28 17:33:07 +00:00
initial commit
This commit is contained in:
7
handlers/main.yaml
Normal file
7
handlers/main.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
---
|
||||
- name: Reload HAProxy
|
||||
systemd:
|
||||
name: haproxy
|
||||
state: reloaded
|
||||
daemon_reload: yes
|
||||
when: haproxy_enable_and_start.changed
|
Reference in New Issue
Block a user