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:
parent
eb69d25e45
commit
2f96093dbf
11 changed files with 138 additions and 113 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/18/main/pg_hba.conf"
|
||||
pg_dir: "/var/lib/postgresql/18/main"
|
||||
pg_ver: 18
|
||||
Loading…
Add table
Add a link
Reference in a new issue