blob: 03ef8608554a290a3e1455ee703447f7070cf393 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
---
argument_specs:
main:
short_description: "Install Go (versions) on Linux distributions"
description: "Install Go (versions) on Linux distributions"
options:
go_versions:
type: "list"
description: "The extra go versions to install (latest is used as version manager)"
elements: "str"
default: []
|