iloth_ansible/roles/postgresql/tasks/main.yml

8 lines
101 B
YAML

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