Update to 2022-03-17 10:00

This commit is contained in:
Daniel Berteaud
2022-03-17 10:00:06 +01:00
parent 9022589d6f
commit 935fee126f
5 changed files with 10 additions and 6 deletions

View File

@@ -10,9 +10,7 @@ pga_src_ip: []
# Root dir where the app will be installed
pga_root_dir: /opt/pgadmin4_{{ pga_id }}
# Version to deploy
pga_version: '6.4'
# URL of the wheel
pga_pip_url: https://ftp.postgresql.org/pub/pgadmin/pgadmin4/v{{ pga_version }}/pip/pgadmin4-{{ pga_version }}-py3-none-any.whl
pga_version: '6.7'
# When pg_auth is an empty list, pgAdmin will be in single user mode
# You can set it to a list, eg

View File

@@ -56,7 +56,7 @@
- name: Install pgadmin4
pip:
name: "{{ pga_pip_url }}"
name: pgadmin4=={{ pga_version }}
virtualenv: "{{ pga_root_dir }}/venv"
virtualenv_command: /usr/bin/virtualenv-3
virtualenv_python: /usr/bin/python3