1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-07-08 19:49:09 +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

@ -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/18/main/pg_hba.conf"
pg_dir: "/var/lib/postgresql/18/main"
pg_ver: 18