Revert "bullseye-detect: this role is obsolete, Debian 11 has been fully released"
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This reverts commit c9f25f4638
.
pull/131/head
parent
ca7d8e9739
commit
066baf3538
|
@ -46,7 +46,6 @@ The **patch** part changes incrementally at each release.
|
|||
|
||||
### Removed
|
||||
|
||||
* bullseye-detect: this role is obsolete, Debian 11 has been fully released
|
||||
* php: remove php-gettext for 7.4
|
||||
|
||||
### Security
|
||||
|
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
|
||||
# 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'"
|
Loading…
Reference in New Issue