Robert Kaussow
8507a31cab
All checks were successful
continuous-integration/drone/push Build is passing
10 lines
155 B
YAML
10 lines
155 B
YAML
---
|
|
- name: Install rh7 dependencies
|
|
package:
|
|
name: "{{ item }}"
|
|
state: present
|
|
loop:
|
|
- python-psycopg2
|
|
become: True
|
|
become_user: root
|