1
0
Fork 0
mirror of https://github.com/roles-ansible/role-postgresql-backup.git synced 2024-08-16 10:19:49 +02:00
role-postgresql-backup/tasks/main.yml
2020-07-08 15:47:49 +02:00

9 lines
249 B
YAML

---
- name: combine postgresql_backup configuration
set_fact:
ranger: "{{ _postgresql_backup|combine(postgresql_backup, recursive=True) }}"
- include_tasks: versioncheck.yml
when: submodules_versioncheck|bool
- include_tasks: packages.yml