change method to static, add restart handler for nfs-idmapd and use it

This commit is contained in:
Kevin Fenzi 2017-03-06 23:12:51 +00:00
parent a63ff7fc1e
commit 960e39e9fb
3 changed files with 6 additions and 1 deletions

View file

@ -170,3 +170,6 @@
- name: flush journald tmpfiles to persistent store
command: pkill -f -USR1 systemd-journald
- name: restart idmapd
service: name=nfs-idmapd state=restarted