2
0

Merge pull request #384 from noelmcloughlin/make_test_quiet

Stop noise from 'test -e' check'
This commit is contained in:
Niels Abspoel 2018-09-20 21:19:15 +02:00 committed by GitHub
commit 4389c13520
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 }}
- unless: test -e {{ gitdir }} >/dev/null 2>&1
{%- endif %}
{% endif %}
{% endfor %}