diff --git a/roles/common/templates/usr/local/src/mailsystem/conf/install_postfixadmin.conf.j2 b/roles/common/templates/usr/local/src/mailsystem/conf/install_postfixadmin.conf.j2 index cae9819..f8c7c2e 100644 --- a/roles/common/templates/usr/local/src/mailsystem/conf/install_postfixadmin.conf.j2 +++ b/roles/common/templates/usr/local/src/mailsystem/conf/install_postfixadmin.conf.j2 @@ -280,7 +280,7 @@ POSTFIX_DB_HOST_PGSQL="{{ postfix_db_host }}" # - Password of Postfix Database # - -{% if mysql_credentials is defined and mysql_credentials|length %} +{% if postfix_db_pass is defined and postfix_db_pass%} POSTFIX_DB_PASS='{{ postfix_db_pass }}' {% else %} #POSTFIX_DB_PASS=''