mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-04 23:39:09 -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"),
|
installed=cmd_runner_fmt.as_fixed("--list_installed"),
|
||||||
list=cmd_runner_fmt.as_fixed('--list'),
|
list=cmd_runner_fmt.as_fixed('--list'),
|
||||||
newer=cmd_runner_fmt.as_fixed("--newer"),
|
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))])
|
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
|
force_lang="C.UTF-8", # Without this, sdkmanager binary crashes
|
||||||
|
|
|
@ -25,6 +25,7 @@ attributes:
|
||||||
support: full
|
support: full
|
||||||
diff_mode:
|
diff_mode:
|
||||||
support: none
|
support: none
|
||||||
|
version_added: 10.2.0
|
||||||
options:
|
options:
|
||||||
name:
|
name:
|
||||||
description:
|
description:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue