mirror of
https://github.com/geerlingguy/ansible-role-postgresql.git
synced 2025-04-21 18:12:30 -04:00
10 lines
163 B
YAML
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
|