basics.yml aktualisiert

This commit is contained in:
olli 2023-10-09 19:21:20 +02:00
parent b37b31236a
commit 2df31c9283

View File

@ -125,12 +125,12 @@
Pin-Priority: 100
when: ansible_distribution_release is match("bookworm")
- name: add testing repo for Debian 12 - bookworm (needed by dnscrypt-proxy)
ansible.builtin.apt_repository:
repo: "deb https://deb.debian.org/debian/ testing main"
state: present
filename: testing
when: ansible_distribution_release is match("bookworm")
#- name: add testing repo for Debian 12 - bookworm (needed by dnscrypt-proxy)
# ansible.builtin.apt_repository:
# repo: "deb https://deb.debian.org/debian/ testing main"
# state: present
# filename: testing
# when: ansible_distribution_release is match("bookworm")
- name: check if this is a mint system
stat: