You've already forked role_stubby
feat: Create role
This commit is contained in:
15
handlers/main.yml
Normal file
15
handlers/main.yml
Normal 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
|
Reference in New Issue
Block a user