fix: add become to link resolv.conf
This commit is contained in:
parent
67c49d89bc
commit
62deb784a5
@ -35,6 +35,7 @@
|
||||
when: ansible_os_family == "Debian"
|
||||
|
||||
- name: Link resolv.conf
|
||||
become: true
|
||||
ansible.builtin.file:
|
||||
state: link
|
||||
src: "/run/systemd/resolve/stub-resolv.conf"
|
||||
|
Loading…
Reference in New Issue
Block a user