EvoBSD/roles/base/tasks/resolvconf.yml

12 lines
219 B
YAML

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