mirror of
https://github.com/roles-ansible/ansible_role_avahi_daemon.git
synced 2024-08-16 15:09:48 +02:00
Update avahi_services.yml
This commit is contained in:
parent
ba85ed6d38
commit
6b10368ebb
1 changed files with 12 additions and 0 deletions
|
@ -1,4 +1,16 @@
|
|||
---
|
||||
- name: mkdir /etc/avahi/services/
|
||||
become: true
|
||||
ansible.builtin.file:
|
||||
owner: root
|
||||
group: root
|
||||
mode: '0755'
|
||||
state: directory
|
||||
path: "{{ item }}"
|
||||
with_items:
|
||||
- '/etc/avahi'
|
||||
- '/etc/avahi/services'
|
||||
|
||||
- name: Copy configured avahi services
|
||||
become: true
|
||||
ansible.builtin.template:
|
||||
|
|
Loading…
Reference in a new issue