xoxys.postgres/tasks/prepare_redhat_7.yml

10 lines
155 B
YAML
Raw Normal View History

2022-04-03 12:53:03 +00:00
---
2022-04-03 12:58:01 +00:00
- name: Install rh7 dependencies
2022-04-03 12:53:03 +00:00
package:
name: "{{ item }}"
state: present
loop:
2022-04-03 13:13:11 +00:00
- python-psycopg2
2022-04-03 12:53:03 +00:00
become: True
become_user: root