nfsid changes
This commit is contained in:
16
roles/container_isolation/handlers/main.yml
Normal file
16
roles/container_isolation/handlers/main.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
# roles/container_isolation/handlers/main.yml
|
||||
|
||||
- name: systemd daemon reload
|
||||
ansible.builtin.systemd:
|
||||
daemon_reload: true
|
||||
|
||||
- name: restart nfs-idmapd
|
||||
ansible.builtin.systemd:
|
||||
name: nfs-idmapd
|
||||
state: restarted
|
||||
notify: flush idmap cache
|
||||
|
||||
- name: flush idmap cache
|
||||
ansible.builtin.command: nfsidmap -c
|
||||
changed_when: false
|
||||
Reference in New Issue
Block a user