0
0
mirror of https://github.com/saltstack-formulas/salt-formula.git synced 2025-01-22 07:03:35 +01:00

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: - 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 %}