use native list of python packages

This commit is contained in:
Robert Kaussow 2018-10-18 23:31:30 +02:00
parent 1b3a21ade6
commit 3b42430f76
1 changed files with 2 additions and 3 deletions

View File

@ -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