aboutsummaryrefslogtreecommitdiffstats
path: root/roles/relayd/tasks/main.yml
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/relayd/tasks/main.yml
parent0ff87214b5d6198cc0f4dd7a0210b097330a313f (diff)
downloadrules-322c53df835d24feda59fa287e4062c6e9f69480.tar.gz
refactor: use notify keywords with list only
Diffstat (limited to 'roles/relayd/tasks/main.yml')
-rw-r--r--roles/relayd/tasks/main.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/roles/relayd/tasks/main.yml b/roles/relayd/tasks/main.yml
index d848da0..e8e18a3 100644
--- a/roles/relayd/tasks/main.yml
+++ b/roles/relayd/tasks/main.yml
@@ -7,7 +7,8 @@
owner: 0
group: 0
mode: "0640"
- notify: lint relayd configuration
+ notify:
+ - lint relayd configuration
- name: enable and restart relayd
ansible.builtin.service:
remember that computers suck.