mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
[PR #10638/07ce0041 backport][stable-11] CI: Add Debian 13 Trixie (#10782)
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:
@@ -4,5 +4,5 @@
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
dependencies:
|
||||
- setup_remote_constraints
|
||||
- setup_paramiko
|
||||
- setup_remote_tmp_dir
|
||||
|
||||
@@ -3,13 +3,6 @@
|
||||
# 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
|
||||
|
||||
- name: Install required libs
|
||||
pip:
|
||||
name:
|
||||
- paramiko
|
||||
state: present
|
||||
extra_args: "-c {{ remote_constraints }}"
|
||||
|
||||
- set_fact:
|
||||
output_test_dir: '{{ remote_tmp_dir }}/test_ssh_config'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user