mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #47749 from terminalmage/issue47717
Fix "dnf list upgrades" parsing
This commit is contained in:
commit
12b330f049
1 changed files with 1 additions and 0 deletions
|
@ -85,6 +85,7 @@ def _strip_headers(output, *args):
|
|||
if not args:
|
||||
args_lc = ('installed packages',
|
||||
'available packages',
|
||||
'available upgrades',
|
||||
'updated packages',
|
||||
'upgraded packages')
|
||||
else:
|
||||
|
|
Loading…
Add table
Reference in a new issue