aboutsummaryrefslogtreecommitdiffstats
path: root/roles/nfsclient
diff options
context:
space:
mode:
authorRomain Gonçalves <me@rgoncalves.se>2022-12-17 19:02:09 +0100
committerRomain Gonçalves <me@rgoncalves.se>2022-12-17 19:02:09 +0100
commit322c53df835d24feda59fa287e4062c6e9f69480 (patch)
tree8952cef6444591fae984a3b32bf887b434bab5d8 /roles/nfsclient
parent0ff87214b5d6198cc0f4dd7a0210b097330a313f (diff)
downloadrules-322c53df835d24feda59fa287e4062c6e9f69480.tar.gz
refactor: use notify keywords with list only
Diffstat (limited to 'roles/nfsclient')
-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.