use native list of python packages
This commit is contained in:
parent
1b3a21ade6
commit
3b42430f76
@ -15,10 +15,9 @@
|
||||
|
||||
- name: Install python dependencies
|
||||
pip:
|
||||
name: "{{ item }}"
|
||||
name:
|
||||
- psycopg2
|
||||
state: present
|
||||
with_items:
|
||||
- psycopg2
|
||||
become: True
|
||||
become_user: root
|
||||
when: postgres_repository_enabled
|
||||
|
Loading…
Reference in New Issue
Block a user