xoxys.postgres/tasks/prepare_redhat_7.yml
Robert Kaussow 7a3752d57b
Some checks failed
continuous-integration/drone/pr Build is failing
switch to postgres 14 as default
2022-04-03 14:53:03 +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