fix condition postgres_enable -> postgres_enabled
This commit is contained in:
@ -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) }}"
|
||||
|
Reference in New Issue
Block a user