From 2ec86ad900e742311a538ef4221fa786aa9e431c Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Mon, 15 Sep 2025 18:33:29 +0200 Subject: Refactor python and ansible roles to use uv package manager --- group_vars/all.yml.example | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'group_vars') diff --git a/group_vars/all.yml.example b/group_vars/all.yml.example index 9af5ee4e..94780625 100644 --- a/group_vars/all.yml.example +++ b/group_vars/all.yml.example @@ -29,9 +29,8 @@ password_policy_maxrepeat: 3 password_policy_maxclassrepeat: 0 password_policy_gecoscheck: 0 -python_global_version: "system" python_versions: - - "3.11" + - "3.12" - "3.13" wireguard_autostart_connection: "wg-vpn0" -- cgit v1.2.3