mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-26 21:33:12 +00:00
@@ -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