nfsid changes

This commit is contained in:
2026-07-01 11:13:43 -04:00
parent d529284141
commit 8a2f4dfc6f
3 changed files with 71 additions and 0 deletions

View 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