aboutsummaryrefslogtreecommitdiff
path: root/handlers/main.yml
diff options
context:
space:
mode:
authorChristian Segundo2023-05-06 23:59:06 +0200
committerChristian Segundo2023-05-06 23:59:06 +0200
commit2a5f2a08c80ca142e9a7c3cec8cb4ce88ab6ae1c (patch)
treeaf5e4ee713eabec2cb3e3f5107607c7c66278629 /handlers/main.yml
downloadavahi-2a5f2a08c80ca142e9a7c3cec8cb4ce88ab6ae1c.tar.gz
First commit
Diffstat (limited to 'handlers/main.yml')
-rw-r--r--handlers/main.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/handlers/main.yml b/handlers/main.yml
new file mode 100644
index 0000000..f8a986b
--- /dev/null
+++ b/handlers/main.yml
@@ -0,0 +1,5 @@
+---
+- name: restart avahi
+ systemd:
+ name: avahi-daemon
+ state: restarted