fix condition postgres_enable -> postgres_enabled

This commit is contained in:
ace
2021-01-25 04:58:20 +03:00
parent b05c8a3a1a
commit f1694a4e81
8 changed files with 8 additions and 8 deletions

View File

@ -2,7 +2,7 @@
include_tasks: secrets.yaml
when:
- peertube_use_external_db
- postgres_enable
- postgres_enabled is defined and postgres_enabled
- set_fact:
peertube_combined_values: "{{ peertube_default_values | combine(peertube_values, recursive=true) }}"