mirror of
https://github.com/matter-labs/ansible-en-role.git
synced 2025-12-06 02:49:55 +00:00
add libpq-dev
This commit is contained in:
@ -1,4 +1,10 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
|
- name: Install libpq-dev packages
|
||||||
|
ansible.builtin.apt:
|
||||||
|
update_cache: true
|
||||||
|
name: libpq-dev
|
||||||
|
|
||||||
- name: Install psycopg2 python package
|
- name: Install psycopg2 python package
|
||||||
ansible.builtin.pip:
|
ansible.builtin.pip:
|
||||||
name: psycopg2
|
name: psycopg2
|
||||||
|
|||||||
Reference in New Issue
Block a user