feat: Add compatibility with CoreOS

This commit is contained in:
2025-03-30 07:52:28 +02:00
parent d1e61dd46e
commit 4105d5f2ec
7 changed files with 69 additions and 27 deletions

View File

@@ -1,7 +1,14 @@
---
# handlers file for stubby
- name: Redémarrer stubby.service
- name: Apply installation
ansible.builtin.command:
argv:
- /usr/bin/rpm-ostree
- apply-live
become: true
- name: Restart stubby.service
ansible.builtin.systemd:
state: restarted
name: stubby.service