xoxys.postgres/tasks/prepare_redhat_7.yml
Robert Kaussow dd16f0218b
All checks were successful
continuous-integration/drone/pr Build is passing
fix dependencies
2022-04-03 15:13:11 +02:00

10 lines
155 B
YAML

---
- name: Install rh7 dependencies
package:
name: "{{ item }}"
state: present
loop:
- python-psycopg2
become: True
become_user: root