network: Don't use static resolv.conf for OpenBSD

This commit is contained in:
Timo Makinen 2025-01-06 20:28:29 +00:00
parent a1db16b329
commit fa7402a8eb
2 changed files with 0 additions and 15 deletions

View file

@ -1,12 +1,3 @@
---
- name: Include OS spcific tasks
ansible.builtin.include_tasks: "{{ ansible_os_family }}.yml"
- name: Create resolv.conf
ansible.builtin.template:
src: resolv.conf.j2
dest: /etc/resolv.conf
mode: "0644"
owner: root
group: "{{ ansible_wheel }}"
when: network_dns_servers is defined