mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-22 05:09:12 +00:00
CI: Add Debian 13 Trixie (#10638)
* Add Debian 13 Trixie to CI. * Add adjustments. * Disable one apache2_module test for Debian 13. * Disable ejabberd_user test on Debian 13. * Fix paramiko install. * Skip cloud_init_data_facts on Debian 13. * Fix postgresql setup. * Fix timezone tests.
This commit is contained in:
parent
e6502a8e51
commit
07ce00417d
15 changed files with 85 additions and 11 deletions
|
|
@ -12,9 +12,11 @@
|
|||
ansible.builtin.meta: end_play
|
||||
# TODO: remove Archlinux from the list
|
||||
# TODO: remove Ubuntu 24.04 (noble) from the list
|
||||
# TODO: remove Debian 13 (Trixie) from the list
|
||||
when: >
|
||||
ansible_distribution in ('Alpine', 'openSUSE Leap', 'CentOS', 'Fedora', 'Archlinux')
|
||||
or (ansible_distribution == 'Ubuntu' and ansible_distribution_release in ['noble'])
|
||||
or (ansible_distribution == 'Debian' and ansible_distribution_major_version == '13')
|
||||
|
||||
- name: Remove ejabberd
|
||||
ansible.builtin.package:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue