fix condition postgres_enable -> postgres_enabled
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
include_tasks: secrets.yaml
|
||||
when:
|
||||
- roundcube_use_external_db
|
||||
- postgres_enable
|
||||
- postgres_enabled is defined and postgres_enabled
|
||||
|
||||
- set_fact:
|
||||
roundcube_combined_values: "{{ roundcube_default_values | combine(roundcube_values, recursive=true) }}"
|
||||
|
Reference in New Issue
Block a user