feat: Add compatibility with CoreOS

This commit is contained in:
2025-04-01 12:36:19 +02:00
parent c342aa9438
commit f48693ca5e
4 changed files with 76 additions and 39 deletions

View File

@@ -1,7 +1,14 @@
---
# handlers file for keepalived
- name: Redémarrer keepalived.service
- 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