Some checks failed
/ ansible-docsmith (push) Failing after 17s
Signed-off-by: Julien Riou <julien@riou.xyz>
34 lines
773 B
Markdown
34 lines
773 B
Markdown
# Ansible Role Go
|
|
|
|
Install [Go](https://go.dev/).
|
|
|
|
## Table of content
|
|
|
|
<!-- ANSIBLE DOCSMITH TOC START -->
|
|
* [Role variables](#variables)
|
|
* [`golang_version`](#variable-golang_version)
|
|
<!-- ANSIBLE DOCSMITH TOC END -->
|
|
<!-- ANSIBLE DOCSMITH MAIN START -->
|
|
|
|
## Role variables<a id="variables"></a>
|
|
|
|
The following variables can be configured for this role:
|
|
|
|
| Variable | Type | Required | Default | Description (abstract) |
|
|
|----------|------|----------|---------|------------------------|
|
|
| `golang_version` | `str` | No | `"1.25.4"` | Version to install. |
|
|
|
|
### `golang_version`<a id="variable-golang_version"></a>
|
|
|
|
[*⇑ Back to ToC ⇑*](#toc)
|
|
|
|
Version to install.
|
|
|
|
- **Type**: `str`
|
|
- **Required**: No
|
|
- **Default**: `"1.25.4"`
|
|
|
|
|
|
|
|
|
|
<!-- ANSIBLE DOCSMITH MAIN END -->
|