iloth_ansible/roles/postgresql/tasks/main.yml

8 lines
101 B
YAML
Raw Normal View History

2020-04-19 03:28:50 +02:00
---
- name: Install Postresql Server
apt:
name:
- postgresql
- postgresql-contrib