mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-04 15:34:01 -07: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
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
# Copyright (c) Ansible Project
|
||||
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
postgresql_packages:
|
||||
- "postgresql"
|
||||
- "postgresql-common"
|
||||
- "python3-psycopg2"
|
||||
|
||||
pg_hba_location: "/etc/postgresql/17/main/pg_hba.conf"
|
||||
pg_dir: "/var/lib/postgresql/17/main"
|
||||
pg_ver: 17
|
Loading…
Add table
Add a link
Reference in a new issue