iloth_ansible/roles/postgresql/tasks/main.yml

9 lines
125 B
YAML
Raw Normal View History

2020-04-19 03:28:50 +02:00
---
- name: Install Postresql Server
apt:
name:
- postgresql
- postgresql-contrib
2020-04-22 22:54:07 +02:00
- python-psycopg2