Entering DoH\DoT
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 0s

This commit is contained in:
hogweed1
2026-06-15 02:44:51 +10:00
parent 52892293ca
commit 8799e6c062

View File

@@ -46,4 +46,11 @@
service: service:
name: systemd-resolved name: systemd-resolved
state: restarted state: restarted
#when: systemd_resolved_conf.changed #when: systemd_resolved_conf.changed
- name: Force link /etc/resolv.conf to systemd-resolved stub
ansible.builtin.file:
src: /run/systemd/resolve/stub-resolv.conf
dest: /etc/resolv.conf
state: link
force: yes # перебьет файл, созданный Proxmox