1
0
Fork 0
mirror of https://github.com/geerlingguy/ansible-role-postgresql.git synced 2025-03-10 17:26:20 -04:00

Fixes #7: 'postgresql_packages' is undefined with Ansible 2.2.

This commit is contained in:
Jeff Geerling 2016-11-02 12:02:30 -05:00
parent d7954de61a
commit 07756317db

View file

@ -1,13 +1,16 @@
---
# Variable configuration.
- include: variables.yml
static: no
# Setup/install tasks.
- include: setup-RedHat.yml
when: ansible_os_family == 'RedHat'
static: no
- include: setup-Debian.yml
when: ansible_os_family == 'Debian'
static: no
- include: initialize.yml
- include: configure.yml