Use exportfs -r instead of exportfs -a.

This commit is contained in:
Andrea Dell'Amico 2022-06-13 16:24:25 +02:00
parent f8b42cdd6c
commit fb0e47f178
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 1 additions and 1 deletions

View File

@ -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']