2
0

Revert "shutup debug output from unless"

This reverts commit 2a0f4617db.

* Close #403
This commit is contained in:
Imran Iqbal 2019-04-16 23:56:08 +01:00
parent 683f45579d
commit ab765e3305
No known key found for this signature in database
GPG Key ID: 6D8629439D2B7819

View File

@ -51,7 +51,7 @@
- require: - require:
- file: {{ basedir }} - file: {{ basedir }}
{%- if not update %} {%- if not update %}
- onlyif: rm -fr {{ gitdir }} >/dev/null 2>&1 | true - unless: test -e {{ gitdir }} >/dev/null 2>&1
{%- endif %} {%- endif %}
{%- endif %} {%- endif %}
{%- endfor %} {%- endfor %}