initial git commit

This commit is contained in:
neingeist 2016-01-23 23:03:12 +01:00
commit ede3979533
5 changed files with 35 additions and 0 deletions

1
handlers/main.yml Normal file
View file

@ -0,0 +1 @@
- include: systemd-daemon-reload.yml

View file

@ -0,0 +1,3 @@
---
- name: systemd-daemon-reload
shell: systemctl daemon-reload