add missing {% endif %}

This commit is contained in:
Mathieu Tarral 2015-08-25 01:58:22 -04:00
parent c195dce07c
commit a7fb2f89fc

View File

@ -46,5 +46,6 @@ a2dissite {{ id }}{{ apache.confext }}:
- watch_in:
- module: apache-reload
{% endif %}
{% endif %}
{% endfor %}