mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-10 19:01:14 +00:00
adds simple installed packages parsing
This commit is contained in:
@@ -14,6 +14,8 @@ def sdkmanager_runner(module, **kwargs):
|
||||
arg_formats=dict(
|
||||
state=cmd_runner_fmt.as_map(_state_map),
|
||||
name=cmd_runner_fmt.as_list(),
|
||||
update=cmd_runner_fmt.as_bool("--update")
|
||||
update=cmd_runner_fmt.as_fixed("--update"),
|
||||
installed=cmd_runner_fmt.as_fixed("--list_installed")
|
||||
),
|
||||
**kwargs
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user