xoxys.postgres/tasks/prepare_redhat_7.yml
Robert Kaussow b88eb7edbb
Some checks failed
continuous-integration/drone/pr Build is failing
fix linting
2022-04-03 14:58:01 +02:00

11 lines
199 B
YAML

---
- name: Install rh7 dependencies
package:
name: "{{ item }}"
state: present
loop:
- python2-psycopg2
become: True
become_user: root
when: postgres_repository_enabled | bool