diff --git a/tasks/dns.yaml b/tasks/dns.yaml index 3fffeaf..c9a96b3 100644 --- a/tasks/dns.yaml +++ b/tasks/dns.yaml @@ -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']"