style: add missing quotes
This commit is contained in:
parent
0ba18a512f
commit
332f7112ac
1 changed files with 3 additions and 3 deletions
|
|
@ -5,7 +5,7 @@
|
|||
ansible.builtin.template:
|
||||
src: "dns/resolv.conf.j2"
|
||||
dest: "/etc/resolv.conf"
|
||||
owner: root
|
||||
group: root
|
||||
owner: "root"
|
||||
group: "root"
|
||||
mode: "0644"
|
||||
when: ansible_facts['distribution'] in ['Alpine', 'Debian']
|
||||
when: "ansible_facts['distribution'] in ['Alpine', 'Debian']"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue