mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-31 19:55:42 +02:00
Update to 2024-01-04 17:00
This commit is contained in:
@@ -13,7 +13,7 @@ SHOW_GRAVATAR_IMAGE=False
|
||||
SECURITY_EMAIL_SENDER='no-reply@{{ ansible_domain }}'
|
||||
UPGRADE_CHECK_ENABLED=False
|
||||
DEFAULT_BINARY_PATHS = {
|
||||
"pg": "/usr/pgsql-15/bin/"
|
||||
"pg": "/usr/pgsql-16/bin/"
|
||||
}
|
||||
{% if pga_auth | length >= 1 %}
|
||||
AUTHENTICATION_SOURCES=['{{ pga_auth | join('\',\'') }}']
|
||||
|
@@ -4,7 +4,7 @@ pgadmin4_packages:
|
||||
- gcc
|
||||
- postgresql
|
||||
- postgresql-devel
|
||||
- postgresql15
|
||||
- postgresql16
|
||||
- python3-virtualenv
|
||||
- python3-pip
|
||||
- python-setuptools # Needed for pip install expect
|
||||
|
@@ -4,7 +4,7 @@ pgadmin4_packages:
|
||||
- gcc
|
||||
- postgresql
|
||||
- postgresql-devel
|
||||
- postgresql15
|
||||
- postgresql16
|
||||
- python3-virtualenv
|
||||
- python3-pip
|
||||
- python3-setuptools # Needed for pip install expect
|
||||
|
Reference in New Issue
Block a user