feat: link resolv.conf

This commit is contained in:
vincent 2024-02-21 19:07:38 +01:00
parent 2175e444ac
commit 67c49d89bc

View File

@ -34,3 +34,9 @@
become: true
when: ansible_os_family == "Debian"
- name: Link resolv.conf
ansible.builtin.file:
state: link
src: "/run/systemd/resolve/stub-resolv.conf"
path: "/etc/resolv.conf"
force: true