2021-09-02 02:42:00 +02:00
|
|
|
---
|
2021-09-02 05:26:00 +02:00
|
|
|
- name: Deploy '/etc/nsswitch.conf'
|
2021-09-02 02:42:00 +02:00
|
|
|
become: true
|
|
|
|
ansible.builtin.template:
|
|
|
|
src: 'templates/nsswitch.conf.j2'
|
|
|
|
dest: '/etc/nsswitch.conf'
|
|
|
|
owner: 'root'
|
|
|
|
group: 'root'
|
|
|
|
mode: 0644
|