feat: Add compatibility with CoreOS

This commit is contained in:
2025-03-30 06:33:27 +02:00
parent 7c5742451b
commit 7240552dfc
8 changed files with 77 additions and 13 deletions

View File

@@ -1,6 +1,9 @@
---
# handlers file for ansible
- name: Redémarrer le système
ansible.builtin.reboot:
- name: Apply installation
ansible.builtin.command:
argv:
- /usr/bin/rpm-ostree
- apply-live
become: true