mirror of https://github.com/ansible/ansible.git
[2.13] apt - fix failure when package is not installed and only_upgrade=True (#78791)
* apt - fix failure when package is not installed and only_upgrade=True (#78781) * apt - fix module failure when package is not installed and only_upgrade is True * changelog (cherry picked from commitpull/78937/head4b45b4b09d) * apt - fix module short-circuiting when a package is not installed and only_upgrade is True (cherry picked from commit14f46845f9)
parent
551ddebeab
commit
45abd5b685
@ -0,0 +1,4 @@
|
||||
bugfixes:
|
||||
- >-
|
||||
apt - Fix module failure when a package is not installed and only_upgrade=True.
|
||||
Skip that package and check the remaining requested packages for upgrades. (https://github.com/ansible/ansible/issues/78762)
|
||||
Loading…
Reference in New Issue