xoxys.postgres/tasks/prepare_redhat_7.yml
Robert Kaussow 8507a31cab
All checks were successful
continuous-integration/drone/push Build is passing
feat: add test for Rocky Linux 8 (#1)
2022-04-04 21:51:15 +02:00

10 lines
155 B
YAML

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