From c265bdb55c6343bfc1e035a3a38b1c6c232ae838 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Mon, 20 Oct 2025 00:08:08 +0200 Subject: Reorder role execution --- configure.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.yml b/configure.yml index 2e4ef676..1a84ff9c 100644 --- a/configure.yml +++ b/configure.yml @@ -9,8 +9,8 @@ - role: "locales" - role: "timezone" - role: "wireguard" - - role: "python" - role: "go" + - role: "python" - role: "docker" - role: "podman" - role: "ansible" @@ -26,8 +26,8 @@ - role: "locales" - role: "timezone" - role: "wireguard" - - role: "python" - role: "go" + - role: "python" - role: "docker" - role: "podman" - role: "ansible" -- cgit v1.2.3