1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-04-27 14:08:53 +00:00

[PR #10638/07ce0041 backport][stable-10] CI: Add Debian 13 Trixie (#10780)

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.

(cherry picked from commit 07ce00417d)

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
patchback[bot] 2025-08-31 16:49:56 +02:00 committed by GitHub
parent 5436a0c602
commit ee895080fb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 85 additions and 11 deletions

View file

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