Loading tasks/dns.yaml +3 −3 Original line number Diff line number Diff line Loading @@ -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
tasks/dns.yaml +3 −3 Original line number Diff line number Diff line Loading @@ -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']"