mirror of
https://github.com/roles-ansible/ansible_role_avahi_daemon.git
synced 2024-08-16 15:09:48 +02:00
Add missing become option
This commit is contained in:
parent
338ac51cdf
commit
5f9a0154f2
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
- name: Copy configured avahi services
|
||||
become: true
|
||||
ansible.builtin.template:
|
||||
src: 'templates/avahi.service.j2'
|
||||
dest: "/etc/avahi/services/{{ item.service | lower }}.service"
|
||||
|
|
Loading…
Reference in a new issue