add libpq-dev

This commit is contained in:
Oleksandr Stepanov
2024-11-20 17:55:22 +01:00
parent 45feed1069
commit 655b461ba5

View File

@ -1,4 +1,10 @@
---
- name: Install libpq-dev packages
ansible.builtin.apt:
update_cache: true
name: libpq-dev
- name: Install psycopg2 python package
ansible.builtin.pip:
name: psycopg2