fix task for dependency install

This commit is contained in:
Robert Kaussow 2018-10-25 22:03:30 +02:00
parent 77d51bfe80
commit 7a293a3a1a

View File

@ -13,11 +13,11 @@
enabled: yes
gpgkey: "https://download.postgresql.org/pub/repos/yum/RPM-GPG-KEY-PGDG-{{ __postgres_version }}"
- name: Install python dependencies
- name: Install dependencies
package:
name: "{{ item }}"
state: present
whith_items:
with_items:
- python-psycopg2
become: True
become_user: root