This commit is contained in:
Michael Grote 2024-02-15 10:01:37 +01:00 committed by mg
parent 76e80bef32
commit 2711b53443
2 changed files with 7 additions and 4 deletions

View File

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

View File

@ -5,10 +5,8 @@
name:
- wireguard
state: present
- name: Ensure resolvconf is configured
become: true
ansible.builtin.command: ln -s /usr/bin/resolvectl /usr/local/bin/resolvconf
notify:
- Ensure resolvconf is configured
- name: Ensure profiles are templated
become: true