diff options
Diffstat (limited to 'roles/nfsclient/handlers')
-rw-r--r-- | roles/nfsclient/handlers/main.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/roles/nfsclient/handlers/main.yml b/roles/nfsclient/handlers/main.yml new file mode 100644 index 0000000..e6bc07e --- /dev/null +++ b/roles/nfsclient/handlers/main.yml @@ -0,0 +1,3 @@ +- name: reload fstab # noqa: command-instead-of-module ignore-errors + command: mount -a + ignore_errors: true |