iloth_ansible/roles/postgresql/tasks/main.yml

9 lines
125 B
YAML

---
- name: Install Postresql Server
apt:
name:
- postgresql
- postgresql-contrib
- python-psycopg2