aboutsummaryrefslogtreecommitdiffstats
path: root/roles/nfsclient/tasks
diff options
context:
space:
mode:
Diffstat (limited to 'roles/nfsclient/tasks')
-rw-r--r--roles/nfsclient/tasks/main.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/roles/nfsclient/tasks/main.yml b/roles/nfsclient/tasks/main.yml
index e7117dd..beb4a4d 100644
--- a/roles/nfsclient/tasks/main.yml
+++ b/roles/nfsclient/tasks/main.yml
@@ -28,4 +28,5 @@
ansible.builtin.lineinfile:
path: "{{ nfsclient_fstab_path }}"
line: "{{ nfsclient_server_ip }}:{{ nfsclient_server_dir }}/{{ inventory_hostname }} {{ nfsclient_dir }} nfs rw,nodev,nosuid 0 0"
- notify: reload fstab
+ notify:
+ - reload fstab
remember that computers suck.