12 lines
218 B
YAML
12 lines
218 B
YAML
|
- name: Install PostgreSQL packages
|
||
|
zypper:
|
||
|
name:
|
||
|
- postgresql-server
|
||
|
- postgresql-contrib
|
||
|
state: present
|
||
|
|
||
|
- name: Install python3-psycopg2
|
||
|
zypper:
|
||
|
name: python3-psycopg2
|
||
|
state: present
|