Initial
This commit is contained in:
commit
9b8494b33b
7 changed files with 117 additions and 0 deletions
6
handlers/main.yml
Normal file
6
handlers/main.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
- name: restart diun
|
||||
ansible.builtin.systemd:
|
||||
name: diun
|
||||
daemon_reload: true
|
||||
state: restarted
|
Loading…
Add table
Add a link
Reference in a new issue