Compare commits

..

No commits in common. "21f8818a526be57d4da1fe573bf5ab9b4a5b5f1e" and "65af33d4fb071ab08d2869e1b7468480d398ccb4" have entirely different histories.

View File

@ -27,7 +27,7 @@ bookstack_permissions:
{%- if ( mypillar[option] is string and mypillar[option].startswith('$') ) or mypillar[option] is number %}
{%- set value = mypillar[option] %}
{%- else %}
{%- set value = "\"'" ~ mypillar[option] ~ "'\"" %}
{%- set value = "\"'" ~ mypillar[option] ~ "\"'" %}
{%- endif %}
{{ option | upper }}: {{ value }}
{%- endif -%}