feat: link resolv.conf
This commit is contained in:
parent
2175e444ac
commit
67c49d89bc
@ -34,3 +34,9 @@
|
|||||||
become: true
|
become: true
|
||||||
when: ansible_os_family == "Debian"
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user