fix: add become to link resolv.conf

This commit is contained in:
vincent 2024-03-10 10:06:23 +01:00
parent 67c49d89bc
commit 62deb784a5

View File

@ -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"