1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_avahi_daemon.git synced 2024-08-06 19:12:45 +02:00
ansible_role_avahi_daemon/handlers/main.yml

7 lines
149 B
YAML
Raw Normal View History

2021-09-02 00:24:53 +02:00
---
2023-10-05 22:10:13 +02:00
- name: Run systemctl restart avahi-daemon.service
2021-09-02 00:24:53 +02:00
become: true
ansible.builtin.systemd:
name: avahi-daemon.service
state: restarted