---
- name: Install the pgpool package
apt: name={{ item }} state=installed
with_items: '{{ pgpool_pkgs }}'
tags: [ 'postgresql', 'pgpool' ]