All checks were successful
/ ansible-docsmith (push) Successful in 41s
Signed-off-by: Julien Riou <julien@riou.xyz>
13 lines
256 B
YAML
13 lines
256 B
YAML
---
|
|
argument_specs:
|
|
main:
|
|
short_description: Install Go
|
|
description:
|
|
- Install [Go](https://go.dev/).
|
|
author:
|
|
- jriou
|
|
options:
|
|
golang_version:
|
|
description:
|
|
- Version to install.
|
|
default: 1.25.4
|