initial commit
This commit is contained in:
commit
82fe1a0b1a
5 changed files with 24 additions and 0 deletions
1
handlers/main.yml
Normal file
1
handlers/main.yml
Normal file
|
@ -0,0 +1 @@
|
|||
- include: systemd-daemon-reload.yml
|
3
handlers/systemd-daemon-reload.yml
Normal file
3
handlers/systemd-daemon-reload.yml
Normal file
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
- name: systemd-daemon-reload
|
||||
shell: systemctl daemon-reload
|
Loading…
Add table
Add a link
Reference in a new issue