Fix 'requisites were not found' issue

This commit is contained in:
N 2018-10-15 15:51:23 +01:00
parent ccfe9c2b7c
commit a521af36ad
No known key found for this signature in database
GPG key ID: 93AFB6C0144D1A90

View file

@ -51,8 +51,8 @@ postgres-reload-modules:
{{ format_state( name + '-' + ext_name, 'postgres_extension', extension) }}
- require:
- postgres_database: postgres_database-{{ name }}
{%- if 'schema' in extension %}
- postgres_schema: postgres_schema-{{ extension.schema }}
{%- if 'schema' in extension and 'schemas' in postgres %}
- postgres_schema: postgres_schema-{{ name }}-{{ extension.schema }}
{%- endif %}
{%- endfor %}