This commit is contained in:
Michael Grote 2024-02-15 10:02:59 +01:00 committed by mg
parent 2711b53443
commit fec3d05853
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
---
- name: Ensure resolvconf is configured
- name: Ensure resolvconf is configured # noqa no-changed-when
become: true
ansible.builtin.command: ln -s /usr/bin/resolvectl /usr/local/bin/resolvconf
...