mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
[PR #11465/24098cd6 backport][stable-12] Reformat code (#11466)
Reformat code (#11465)
Reformat code.
(cherry picked from commit 24098cd638)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
@@ -133,7 +133,7 @@ def ensure(module, state, packages, params):
|
||||
"subcommand": "install",
|
||||
},
|
||||
"latest": {
|
||||
"filter": lambda p: (not is_installed(module, p) or not is_latest(module, p)),
|
||||
"filter": lambda p: not is_installed(module, p) or not is_latest(module, p),
|
||||
"subcommand": "install",
|
||||
},
|
||||
"absent": {
|
||||
|
||||
Reference in New Issue
Block a user