You've already forked role_stubby
feat: Add compatibility with CoreOS
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user