--- - name: "Configure resolv.conf" lineinfile: path: /etc/resolv.conf line: "lookup file bind" insertbefore: BOF owner: root group: wheel mode: "0644" tags: - resolvconf