fix package name
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Robert Kaussow 2020-04-12 18:47:31 +02:00
parent 8b6329a047
commit 9284162e65

View File

@ -18,7 +18,7 @@
name: "{{ item }}" name: "{{ item }}"
state: present state: present
loop: loop:
- python-psycopg2 - python2-psycopg2
become: True become: True
become_user: root become_user: root
when: postgres_repository_enabled | bool when: postgres_repository_enabled | bool