You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
---
|
|
|
|
# Force facts until Debian 11 is released because Ansible is dumb
|
|
- set_fact:
|
|
ansible_distribution_major_version: 11
|
|
ansible_distribution: "Debian"
|
|
ansible_distribution_release: "bullseye"
|
|
when: "ansible_lsb.codename == 'bullseye' or ansible_lsb.release == 'testing/unstable'" |