1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_avahi_client.git synced 2024-08-16 16:09:49 +02:00
ansible_role_avahi_client/tasks/nsswitch.yml
2021-09-02 02:42:00 +02:00

9 lines
201 B
YAML

---
- name: deploy /etc/nsswitch.conf
become: true
ansible.builtin.template:
src: 'templates/nsswitch.conf.j2'
dest: '/etc/nsswitch.conf'
owner: 'root'
group: 'root'
mode: 0644