2
0

shutup debug output from unless

This commit is contained in:
N 2018-12-20 21:08:15 +00:00
parent ed9a1b1814
commit 2a0f4617db
No known key found for this signature in database
GPG Key ID: 93AFB6C0144D1A90

View File

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