no name res
This commit is contained in:
parent
1beee4e23a
commit
fb6d0af591
@ -109,6 +109,13 @@
|
|||||||
update_cache: yes
|
update_cache: yes
|
||||||
install_recommends: no
|
install_recommends: no
|
||||||
when: ansible_distribution_release is match("bookworm")
|
when: ansible_distribution_release is match("bookworm")
|
||||||
|
register: resolved
|
||||||
|
|
||||||
|
- name: Restart systemd-resolved
|
||||||
|
service:
|
||||||
|
name: systemd-resolved
|
||||||
|
state: restarted
|
||||||
|
when: resolved.changed
|
||||||
|
|
||||||
- name: set testing repo pinning for Debian 12 - bookworm (needed by dnscrypt-proxy)
|
- name: set testing repo pinning for Debian 12 - bookworm (needed by dnscrypt-proxy)
|
||||||
blockinfile:
|
blockinfile:
|
||||||
|
Loading…
Reference in New Issue
Block a user