diff options
author | Christian Segundo | 2023-05-06 23:59:06 +0200 |
---|---|---|
committer | Christian Segundo | 2023-05-06 23:59:06 +0200 |
commit | 2a5f2a08c80ca142e9a7c3cec8cb4ce88ab6ae1c (patch) | |
tree | af5e4ee713eabec2cb3e3f5107607c7c66278629 /handlers/main.yml | |
download | avahi-2a5f2a08c80ca142e9a7c3cec8cb4ce88ab6ae1c.tar.gz |
First commit
Diffstat (limited to 'handlers/main.yml')
-rw-r--r-- | handlers/main.yml | 5 |
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 |