basics.yml aktualisiert
This commit is contained in:
parent
b37b31236a
commit
2df31c9283
12
basics.yml
12
basics.yml
@ -125,12 +125,12 @@
|
|||||||
Pin-Priority: 100
|
Pin-Priority: 100
|
||||||
when: ansible_distribution_release is match("bookworm")
|
when: ansible_distribution_release is match("bookworm")
|
||||||
|
|
||||||
- name: add testing repo for Debian 12 - bookworm (needed by dnscrypt-proxy)
|
#- name: add testing repo for Debian 12 - bookworm (needed by dnscrypt-proxy)
|
||||||
ansible.builtin.apt_repository:
|
# ansible.builtin.apt_repository:
|
||||||
repo: "deb https://deb.debian.org/debian/ testing main"
|
# repo: "deb https://deb.debian.org/debian/ testing main"
|
||||||
state: present
|
# state: present
|
||||||
filename: testing
|
# filename: testing
|
||||||
when: ansible_distribution_release is match("bookworm")
|
# when: ansible_distribution_release is match("bookworm")
|
||||||
|
|
||||||
- name: check if this is a mint system
|
- name: check if this is a mint system
|
||||||
stat:
|
stat:
|
||||||
|
Loading…
Reference in New Issue
Block a user