mirror of
https://gitea.0xace.cc/ansible-galaxy/keepalived.git
synced 2025-06-28 18:03:08 +00:00
initial commit
This commit is contained in:
8
handlers/main.yaml
Normal file
8
handlers/main.yaml
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
- name: Restart keepalived
|
||||
throttle: 1
|
||||
systemd:
|
||||
name: keepalived
|
||||
state: restarted
|
||||
daemon_reload: yes
|
||||
when: "not keepalived_setup.changed or not keepalived_enable_and_start.changed"
|
Reference in New Issue
Block a user