🚀: new NAS
This commit is contained in:
7
roles/nfs/handlers/main.yml
Normal file
7
roles/nfs/handlers/main.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
|
||||
- name: Restart NFS
|
||||
ansible.builtin.service:
|
||||
name: nfs-server
|
||||
enabled: true
|
||||
state: restarted
|
Reference in New Issue
Block a user