0
0
mirror of https://github.com/saltstack-formulas/salt-formula.git synced 2025-02-17 17:54:34 +01:00

Stop noise from 'test -e' check'

This commit is contained in:
N 2018-09-18 22:27:11 +01:00
parent 0383f20d9d
commit 8a6badf714

View File

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