ansible-roles/postgresql/tasks/packages_buster.yml
Eric Morino eb81c69327
All checks were successful
continuous-integration/drone/push Build is passing
Add modification for buster and postgresql 11 requirements
2019-11-14 11:39:02 +01:00

9 lines
116 B
YAML

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