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 09:19:09 +01:00
commit 989042f28a
Signed by: jriou
GPG key ID: 9A099EDA51316854
66 changed files with 2706 additions and 2 deletions

View file

@ -0,0 +1,2 @@
---
golang_version: 1.25.4

View file

@ -0,0 +1,7 @@
---
- name: Install
ansible.builtin.unarchive:
src: "https://go.dev/dl/go{{ golang_version }}.linux-amd64.tar.gz"
dest: /usr/local
remote_src: true
creates: /usr/local/go