package and upgrade are not mutually exclusive, but when both were set, upgrade didn't happen
This commit is contained in:
parent
e1ea9b7f87
commit
3a654d4497
1 changed files with 1 additions and 1 deletions
2
apt
2
apt
|
@ -260,7 +260,7 @@ def main():
|
|||
if p['update_cache']:
|
||||
cache.update()
|
||||
cache.open(progress=None)
|
||||
if not p['package']:
|
||||
if not p['package'] and not p['upgrade']:
|
||||
module.exit_json(changed=False)
|
||||
|
||||
force_yes = p['force']
|
||||
|
|
Loading…
Reference in a new issue