Initial commit
Some checks failed
/ ansible-docsmith (push) Failing after 24s

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 a3bd45d7cf
Signed by: jriou
GPG key ID: 9A099EDA51316854
91 changed files with 3479 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