mirror of
https://github.com/saltstack-formulas/salt-formula.git
synced 2025-04-17 10:10:29 +00:00
Merge pull request #391 from noelmcloughlin/fixes
shutoff debug output from unless
This commit is contained in:
commit
ec7984ca02
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@
|
|||
- require:
|
||||
- file: {{ basedir }}
|
||||
{%- if not update %}
|
||||
- unless: test -e {{ gitdir }} >/dev/null 2>&1
|
||||
- onlyif: rm -fr {{ gitdir }} >/dev/null 2>&1 | true
|
||||
{%- endif %}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
|
|
Loading…
Add table
Reference in a new issue