1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-07-08 03:28:57 +00:00

CI: Replace Ubuntu 22.04 with 26.04 for ansible-core devel (#12052)

Replace Ubuntu 22.04 with 26.04 for devel.
This commit is contained in:
Felix Fontein 2026-05-15 10:08:58 +02:00 committed by GitHub
parent eb69d25e45
commit 2f96093dbf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 138 additions and 113 deletions

View file

@ -88,8 +88,11 @@
community.general.apache2_module:
name: evasive
state: present
# TODO: fix for Debian 13 (Trixie)!
when: ansible_facts.distribution != 'Debian' or ansible_facts.distribution_major_version is version('13', '<')
when:
# TODO: fix for Debian 13 (Trixie)!
- ansible_facts.distribution != 'Debian' or ansible_facts.distribution_major_version is version('13', '<')
# TODO: fix for Ubuntu 26.04!
- ansible_facts.distribution != 'Ubuntu' or ansible_facts.distribution_major_version is version('26', '<')
- name: use identifier to enable module, fix for https://github.com/ansible/ansible/issues/33669
community.general.apache2_module: