aboutsummaryrefslogtreecommitdiffstats
path: root/roles/nfsclient/tasks
diff options
context:
space:
mode:
Diffstat (limited to 'roles/nfsclient/tasks')
-rw-r--r--roles/nfsclient/tasks/main.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/roles/nfsclient/tasks/main.yml b/roles/nfsclient/tasks/main.yml
index 7799a60..0c1f75e 100644
--- a/roles/nfsclient/tasks/main.yml
+++ b/roles/nfsclient/tasks/main.yml
@@ -26,7 +26,4 @@
lineinfile:
path: "{{ nfsclient_fstab_path }}"
line: "{{ nfsclient_server_ip }}:{{ nfsclient_server_dir }}/{{ inventory_hostname }} {{ nfsclient_dir }} nfs rw,nodev,nosuid 0 0"
-
-- name: reload fstab
- shell: mount -a
- ignore_errors: true
+ notify: reload fstab
remember that computers suck.