ansible-roles/ubuntu-deb-general/tasks/resolvconf.yml

7 lines
150 B
YAML

---
- name: Install the system resolv.conf
copy: src=resolv.conf dest=/etc/resolv.conf owner=root group=root mode=0644
when: install_resolvconf