feat: Create role

This commit is contained in:
2025-04-10 15:21:10 +02:00
committed by pulsar
parent ddb7a1a06a
commit 65c3bc8751
8 changed files with 97 additions and 3 deletions
+15
View File
@@ -0,0 +1,15 @@
---
# handlers file for stubby
- 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
become: true