ansible-roles/postgresql/tasks/packages_stretch.yml
Eric Morino c4ede03f3a
All checks were successful
continuous-integration/drone/push Build is passing
Add package list in board for compatibility Ansible 2.7
2020-01-09 15:40:47 +01:00

9 lines
112 B
YAML

---
- name: Install postgresql package
apt:
name:
- postgresql
- ptop
- libdbd-pg-perl