9 lines
125 B
YAML
9 lines
125 B
YAML
---
|
|
|
|
- name: Install Postresql Server
|
|
apt:
|
|
name:
|
|
- postgresql
|
|
- postgresql-contrib
|
|
- python-psycopg2
|