mirror of
https://github.com/roles-ansible/ansible_role_avahi_daemon.git
synced 2024-08-16 15:09:48 +02:00
6 lines
149 B
YAML
6 lines
149 B
YAML
---
|
|
- name: Run systemctl restart avahi-daemon.service
|
|
become: true
|
|
ansible.builtin.systemd:
|
|
name: avahi-daemon.service
|
|
state: restarted
|