Use exportfs -r instead of exportfs -a.
This commit is contained in:
parent
f8b42cdd6c
commit
fb0e47f178
|
@ -78,7 +78,7 @@
|
|||
when: ansible_distribution_file_variety == "Debian"
|
||||
|
||||
- name: Refresh the exports
|
||||
shell: exportfs -a
|
||||
shell: exportfs -r
|
||||
when: update_exportfs is changed
|
||||
|
||||
tags: ['san', 'nfs', 'storage', 'kernel_nfs', 'kernel_nfs_conf']
|
||||
|
|
Loading…
Reference in New Issue