ansible-roles/postgresql/tasks/packages_buster.yml
Eric Morino d10441fb0b
All checks were successful
continuous-integration/drone/push Build is passing
Replace ptop by pgtop for buster
2019-11-14 16:10:23 +01:00

10 lines
126 B
YAML

---
- name: Install postgresql package
apt:
name: '{{item}}'
with_items:
- postgresql
- pgtop
- libdbd-pg-perl