Initial commit
All checks were successful
/ ansible-docsmith (push) Successful in 19s

Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
Julien Riou 2026-02-16 18:57:09 +01:00 committed by Julien Riou
commit 3191beb219
Signed by: jriou
GPG key ID: 9A099EDA51316854
67 changed files with 3189 additions and 0 deletions

View file

@ -0,0 +1,13 @@
---
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