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:
commit
ec7984ca02
@ -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 %}
|
||||||
|
Loading…
Reference in New Issue
Block a user