1
0
Fork 0
mirror of https://github.com/geerlingguy/ansible-role-postgresql.git synced 2025-03-10 17:26:20 -04:00
postgresql/tests/test.yml
2016-09-29 11:03:13 -05:00

10 lines
163 B
YAML

---
- hosts: all
pre_tasks:
- name: Update apt cache.
apt: update_cache=yes
when: ansible_os_family == 'Debian'
roles:
- role_under_test