mirror of
https://github.com/geerlingguy/ansible-role-nfs
synced 2024-11-08 12:53:30 +01:00
LV - disable NFS check
This commit is contained in:
parent
cc2cb6663c
commit
50ae74c6be
1 changed files with 3 additions and 3 deletions
|
@ -35,6 +35,6 @@
|
|||
mode: 0644
|
||||
notify: reload nfs
|
||||
|
||||
- name: Ensure nfs is running.
|
||||
service: "name={{ nfs_server_daemon }} state=started enabled=yes"
|
||||
when: nfs_exports|length
|
||||
#- name: Ensure nfs is running.
|
||||
#service: "name={{ nfs_server_daemon }} state=started enabled=yes"
|
||||
#when: nfs_exports|length
|
||||
|
|
Loading…
Reference in a new issue