Fix: add nfs handlers

This commit is contained in:
Bertrand Benjamin 2019-04-18 19:15:18 +02:00
parent 68b101b7e5
commit e904f1befd
1 changed files with 4 additions and 0 deletions

View File

@ -31,3 +31,7 @@
service:
name: sshd
state: restarted
- name: restart nfs
service:
name: nfs-server
state: restarted