This commit is contained in:
Alexander Grothe
2017-03-13 15:27:21 +01:00
parent c05cef7c80
commit 58119a9651
6 changed files with 34 additions and 10 deletions

View File

@@ -13,3 +13,10 @@
enabled: yes
#masked: no
register: nfs_reload
- name: Restart VDR
systemd:
name: vdr.service
state: restarted
enabled: yes
register: vdr_restart