mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-09 12:10:31 -07:00
Apply minor suggestions from code review
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
parent
7e1af46af6
commit
baa5f65328
2 changed files with 2 additions and 1 deletions
|
@ -43,7 +43,7 @@ def sdkmanager_runner(module, **kwargs):
|
|||
installed=cmd_runner_fmt.as_fixed("--list_installed"),
|
||||
list=cmd_runner_fmt.as_fixed('--list'),
|
||||
newer=cmd_runner_fmt.as_fixed("--newer"),
|
||||
sdk_root=cmd_runner_fmt.as_opt_eq_val("--sdk_root", ignore_none=True),
|
||||
sdk_root=cmd_runner_fmt.as_opt_eq_val("--sdk_root"),
|
||||
channel=cmd_runner_fmt.as_func(lambda x: ["{0}={1}".format("--channel", __map_channel(x))])
|
||||
),
|
||||
force_lang="C.UTF-8", # Without this, sdkmanager binary crashes
|
||||
|
|
|
@ -25,6 +25,7 @@ attributes:
|
|||
support: full
|
||||
diff_mode:
|
||||
support: none
|
||||
version_added: 10.2.0
|
||||
options:
|
||||
name:
|
||||
description:
|
||||
|
|
Loading…
Add table
Reference in a new issue