mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Clarify PR #3950: 'pip install psycopg' is NEW "Psycopg 3" for PostgreSQL
This commit is contained in:
parent
e2c67e43f0
commit
96324233d8
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
||||||
#- python3-psycopg2 # For Ansible modules {postgresql_db, postgresql_user} in Ansible collection community.postgresql -- used in moodle/tasks/install.yml
|
#- python3-psycopg2 # For Ansible modules {postgresql_db, postgresql_user} in Ansible collection community.postgresql -- used in moodle/tasks/install.yml
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
- name: pip install 'psycopg' into venv /usr/local/ansible -- for Ansible modules {postgresql_db, postgresql_user} in Ansible collection community.postgresql -- used in moodle/tasks/install.yml
|
- name: pip install 'psycopg' (NEW Psycopg 3) into venv /usr/local/ansible -- for Ansible modules {postgresql_db, postgresql_user} in Ansible collection community.postgresql -- used in moodle/tasks/install.yml
|
||||||
pip:
|
pip:
|
||||||
name: psycopg
|
name: psycopg
|
||||||
virtualenv: /usr/local/ansible
|
virtualenv: /usr/local/ansible
|
||||||
|
|
Loading…
Add table
Reference in a new issue