From ea1118a7fb99d5a17ebae8cb8925e8aaefeaf2db Mon Sep 17 00:00:00 2001 From: olli <> Date: Mon, 14 Oct 2024 11:04:42 +0200 Subject: [PATCH] fix systemd/containers --- basics.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/basics.yml b/basics.yml index b37533b..39ec542 100644 --- a/basics.yml +++ b/basics.yml @@ -108,7 +108,7 @@ - systemd-resolved update_cache: yes install_recommends: no - when: ansible_distribution_release is match("bookworm") and (nocontainer.stat.exists == false) + when: ansible_distribution_release is match("bookworm") and (nocontainer.stat.exists == true) register: resolved - name: Restart systemd-resolved @@ -133,7 +133,7 @@ Package: * Pin: release a=testing Pin-Priority: 100 - when: ansible_distribution_release is match("bookworm") and (nocontainer.stat.exists == false) + when: ansible_distribution_release is match("bookworm") and (nocontainer.stat.exists == true) #- name: add testing repo for Debian 12 - bookworm (needed by dnscrypt-proxy) # ansible.builtin.apt_repository: