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

@ -26,7 +26,7 @@ dns_namespace: dns
# Shared infrastructure #
## PostgreSQL ##
postgres_enable: true
postgres_enabled: true
postgres_db_namespace: "{{ namespace }}"
## OpenLDAP ##