fix task for dependency install
This commit is contained in:
parent
77d51bfe80
commit
7a293a3a1a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user