mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
parent
b0196fccb7
commit
c1e633903e
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ def list_upgrades(refresh=True):
|
|||
if salt.utils.is_true(refresh):
|
||||
refresh_db()
|
||||
ret = {}
|
||||
call = __salt__['cmd.run_stdout'](
|
||||
call = __salt__['cmd.run_all'](
|
||||
'zypper list-updates', output_loglevel='trace'
|
||||
)
|
||||
if call['retcode'] != 0:
|
||||
|
|
Loading…
Add table
Reference in a new issue