nfs-server: Restart nfs services after config change

This commit is contained in:
Timo Makinen 2020-09-09 18:34:07 +00:00
parent cfabd677a4
commit ef1ee545fe
2 changed files with 6 additions and 0 deletions

View file

@ -0,0 +1,5 @@
---
- name: restart nfs-server
service:
name: nfs-server
state: restarted

View file

@ -7,6 +7,7 @@
with_items:
- vers2
- vers3
notify: restart nfs-server
- name: enable nfs server services
service: