From 59293d1799706d5ea0fefe97431150a35a0ff08e Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Tue, 2 Sep 2025 21:20:11 +0200 Subject: Add go role to playbooks --- host_vars/archlinux.local.yml | Bin 358 -> 347 bytes molecule/default/converge.yml | 1 + site.yml | 1 + 3 files changed, 2 insertions(+) diff --git a/host_vars/archlinux.local.yml b/host_vars/archlinux.local.yml index a39b6160..e990c597 100644 Binary files a/host_vars/archlinux.local.yml and b/host_vars/archlinux.local.yml differ diff --git a/molecule/default/converge.yml b/molecule/default/converge.yml index b32d5f39..be614623 100644 --- a/molecule/default/converge.yml +++ b/molecule/default/converge.yml @@ -40,6 +40,7 @@ - role: "timezone" - role: "homebrew" - role: "python" + - role: "go" - role: "wireguard" - role: "wireguard_gateway" - role: "pihole" diff --git a/site.yml b/site.yml index c3543ba9..99126cb2 100644 --- a/site.yml +++ b/site.yml @@ -32,6 +32,7 @@ - role: "wireguard" - role: "homebrew" - role: "python" + - role: "go" - name: "Raspberry Pi configure" gather_facts: true -- cgit v1.2.3