- template: jinja | - template: jinja | ||||
- context: | - context: | ||||
config: {{ settings.config|json() }} | config: {{ settings.config|json() }} | ||||
{% if 'overwrite' in vhost and vhost.overwrite == False %} | |||||
{% if 'overwrite' in settings and settings.overwrite == False %} | |||||
- unless: | - unless: | ||||
- test -e {{ vhost_curpath(vhost) }} | - test -e {{ vhost_curpath(vhost) }} | ||||
{% endif %} | {% endif %} |