generated from ansible-collections/collection_template
-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed the PostgreSQL version in integration tests from 14 to 15 for…
… Ubuntu 20.04 (#452) Co-authored-by: aleksvagachev <aleksvagachev@yandex.ru>
- Loading branch information
1 parent
bbb3257
commit 63026e7
Showing
10 changed files
with
60 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 0 additions & 9 deletions
9
tests/integration/targets/setup_postgresql_db/vars/Ubuntu-12.yml
This file was deleted.
Oops, something went wrong.
9 changes: 0 additions & 9 deletions
9
tests/integration/targets/setup_postgresql_db/vars/Ubuntu-14.yml
This file was deleted.
Oops, something went wrong.
9 changes: 0 additions & 9 deletions
9
tests/integration/targets/setup_postgresql_db/vars/Ubuntu-16-py3.yml
This file was deleted.
Oops, something went wrong.
9 changes: 0 additions & 9 deletions
9
tests/integration/targets/setup_postgresql_db/vars/Ubuntu-16.yml
This file was deleted.
Oops, something went wrong.
9 changes: 0 additions & 9 deletions
9
tests/integration/targets/setup_postgresql_db/vars/Ubuntu-18-py3.yml
This file was deleted.
Oops, something went wrong.
11 changes: 6 additions & 5 deletions
11
tests/integration/targets/setup_postgresql_db/vars/Ubuntu-20-py3.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
postgresql_packages: | ||
- "apt-utils" | ||
- "postgresql-14" | ||
- "postgresql" | ||
- "postgresql-common" | ||
- "python3-psycopg2" | ||
- "postgresql-client" | ||
|
||
pg_hba_location: "/etc/postgresql/14/main/pg_hba.conf" | ||
pg_dir: "/var/lib/postgresql/14/main" | ||
pg_hba_location: "/etc/postgresql/15/main/pg_hba.conf" | ||
pg_dir: "/var/lib/postgresql/15/main" | ||
pg_auto_conf: "{{ pg_dir }}/postgresql.auto.conf" | ||
pg_ver: 14 | ||
pg_ver: 15 | ||
|
||
postgis: postgresql-14-postgis-3 | ||
postgis: postgresql-15-postgis-3 |