This commit is contained in:
Michael Grote 2024-02-15 09:58:19 +01:00 committed by mg
parent 4816028a69
commit 65e11720b4
1 changed files with 4 additions and 0 deletions

View File

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