chore: ansible-lint review (almost done)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
---
|
||||
- name: "Reload systemd and restart nfs-server"
|
||||
ansible.builtin.systemd:
|
||||
name: "nfsv4-server"
|
||||
state: restarted
|
||||
daemon_reload: true
|
||||
|
||||
- name: "Update exportfs"
|
||||
ansible.builtin.command: exportfs -ra
|
||||
Reference in New Issue
Block a user