Fixed variable typo

This commit is contained in:
Jerzy Drozdz 2018-06-16 19:24:55 +02:00
parent b20a8e77b4
commit ed1315feed

View file

@ -81,7 +81,7 @@ postgres-reload-modules:
{{ format_state(name, 'postgres_schema', schema) }}
- require:
- postgres_database-{{ dbname }}
- postgres_database-{{ schema.dbname }}
{%- if 'owner' in schema %}
- postgres_user: postgres_user-{{ schema.owner }}
{%- endif %}