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

Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
Julien Riou 2026-02-16 15:47:12 +01:00 committed by Julien Riou
commit 4a57f01124
Signed by: jriou
GPG key ID: 9A099EDA51316854
73 changed files with 3381 additions and 0 deletions

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