2
0

Merge pull request #391 from noelmcloughlin/fixes

shutoff debug output from unless
This commit is contained in:
Niels Abspoel 2018-12-20 22:46:01 +01:00 committed by GitHub
commit ec7984ca02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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