16 lines
290 B
YAML

---
# handlers file for keepalived
- name: Apply installation
ansible.builtin.command:
argv:
- /usr/bin/rpm-ostree
- apply-live
become: true
- name: Restart keepalived.service
become: true
ansible.builtin.systemd:
state: restarted
name: keepalived.service