aboutsummaryrefslogtreecommitdiffstats
path: root/roles/nfsclient/handlers/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/nfsclient/handlers/main.yml')
-rw-r--r--roles/nfsclient/handlers/main.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/roles/nfsclient/handlers/main.yml b/roles/nfsclient/handlers/main.yml
index e6bc07e..3593da0 100644
--- a/roles/nfsclient/handlers/main.yml
+++ b/roles/nfsclient/handlers/main.yml
@@ -1,3 +1,5 @@
+---
+
- name: reload fstab # noqa: command-instead-of-module ignore-errors
- command: mount -a
+ ansible.builtin.command: mount -a
ignore_errors: true
remember that computers suck.