bookworm-detect: transitional role to help dealing with unreleased bookworm version
gitea/ansible-roles/pipeline/head This commit looks good
Details
gitea/ansible-roles/pipeline/head This commit looks good
Details
parent
7f3f7b3e04
commit
a1bf300d54
@ -0,0 +1,11 @@
|
||||
---
|
||||
|
||||
- debug:
|
||||
var: ansible_lsb
|
||||
|
||||
# Force facts until Debian 12 is released because Ansible is dumb
|
||||
- set_fact:
|
||||
ansible_distribution_major_version: 12
|
||||
ansible_distribution: "Debian"
|
||||
ansible_distribution_release: "bookworm"
|
||||
when: "ansible_lsb.codename == 'bookworm'"
|
Loading…
Reference in new issue