10 lines
169 B
YAML

--
# handlers file for config
#
- name: restart_avahi
become: yes
become_method: sudo
ansible.builtin.systemd_service:
name: avahi-daemon
state: restarted