2
0

Merge pull request #413 from myii/bug/revert-to-resolve-403

Fix regression #403
This commit is contained in:
Niels Abspoel 2019-04-17 10:53:13 +02:00 committed by GitHub
commit b07e0cf9d4
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 %}
- onlyif: rm -fr {{ gitdir }} >/dev/null 2>&1 | true
- unless: test -e {{ gitdir }} >/dev/null 2>&1
{%- endif %}
{%- endif %}
{%- endfor %}