Robert Kaussow
8d147ff130
All checks were successful
continuous-integration/drone/push Build is passing
11 lines
262 B
YAML
11 lines
262 B
YAML
---
|
|
- import_tasks: prepare.yml
|
|
- import_tasks: storage.yml
|
|
when: postgres_lvm_enabled | bool
|
|
- 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
|