ansible-roles/postgresql/tasks/packages_stretch.yml

10 lines
125 B
YAML
Raw Normal View History

2017-10-04 17:20:33 +02:00
---
- name: Install postgresql package
apt:
name: '{{item}}'
with_items:
- postgresql
- ptop
- libdbd-pg-perl