The /usr/sbin/exportfs command allows the root user to selectively export or unexport directories without restarting the NFS service. But when use nfs container with bind volume, modifying /etc/exports file must not change the file inode, or docker mounted file will not update. This is difficult to copy and replace file without change file inode in ansible [unsafe_writes](https://github.com/ansible/ansible/issues/24449) Is it possible to change the /etc/exports file location, to bind by folder?