1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_avahi_daemon.git synced 2024-08-16 15:09:48 +02:00
ansible_role_avahi_daemon/handlers/main.yml

7 lines
145 B
YAML
Raw Normal View History

2021-09-02 00:24:53 +02:00
---
- name: systemctl restart avahi-daemon.service
become: true
ansible.builtin.systemd:
name: avahi-daemon.service
state: restarted