mirror of
https://gitea.0xace.cc/ansible-galaxy/keepalived.git
synced 2024-11-25 00:06:41 +00:00
9 lines
203 B
YAML
9 lines
203 B
YAML
|
---
|
||
|
- 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"
|