mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Bump CI to FreeBSD 11.4, 12.2. (#1657)
* Bump CI to FreeBSD 11.4, 12.2. * Make FreeBSD Python package selection more future-proof.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
postgresql_packages:
|
||||
- postgresql95-server
|
||||
- py36-psycopg2
|
||||
- "py{{ ansible_python.version.major }}{{ ansible_python.version.minor }}-psycopg2"
|
||||
|
||||
pg_dir: /usr/local/pgsql/data
|
||||
pg_hba_location: "{{ pg_dir }}/pg_hba.conf"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
postgresql_packages:
|
||||
- postgresql95-server
|
||||
- py36-psycopg2
|
||||
- "py{{ ansible_python.version.major }}{{ ansible_python.version.minor }}-psycopg2"
|
||||
|
||||
pg_dir: /usr/local/pgsql/data
|
||||
pg_hba_location: "{{ pg_dir }}/pg_hba.conf"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
postgresql_packages:
|
||||
- postgresql11-server
|
||||
- py36-psycopg2
|
||||
- "py{{ ansible_python.version.major }}{{ ansible_python.version.minor }}-psycopg2"
|
||||
|
||||
pg_dir: /var/db/postgres/data11
|
||||
pg_hba_location: "{{ pg_dir }}/pg_hba.conf"
|
||||
|
||||
Reference in New Issue
Block a user