ansible-roles/postgresql/tasks/packages_buster.yml

10 lines
126 B
YAML
Raw Normal View History

---
- name: Install postgresql package
apt:
name: '{{item}}'
with_items:
- postgresql
2019-11-14 16:10:23 +01:00
- pgtop
- libdbd-pg-perl