mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
python-psycopg2 -> python3-psycopg2
This commit is contained in:
parent
d68644be72
commit
3179a53ed1
4 changed files with 4 additions and 5 deletions
|
@ -6,10 +6,9 @@
|
|||
state: present
|
||||
when: not is_debuntu
|
||||
|
||||
- name: Install python-psycopg2 and 4 php packages (debuntu)
|
||||
- name: Install 4 php packages (debuntu)
|
||||
package:
|
||||
name:
|
||||
- python-psycopg2
|
||||
- php{{ php_version }}-pgsql
|
||||
- php{{ php_version }}-curl
|
||||
#- php{{ php_version }}-zip
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue