xoxys.postgres/tasks/main.yml
Robert Kaussow 13bb8cebcf
All checks were successful
continuous-integration/drone/push Build is passing
remove lvm integration
2019-10-22 22:25:35 +02:00

9 lines
198 B
YAML

---
- import_tasks: prepare.yml
- import_tasks: install.yml
- import_tasks: config.yml
- import_tasks: tls.yml
when: postgres_tls_enabled | bool
tags: tls_renewal
- import_tasks: post_tasks.yml