diff options
| author | Ahmed AbdelHalim <[email protected]> | 2025-09-15 18:33:29 +0200 |
|---|---|---|
| committer | Ahmed AbdelHalim <[email protected]> | 2025-09-15 18:48:43 +0200 |
| commit | e59971ba6ef374b92137ff3a491355c2fe0cfae6 (patch) | |
| tree | bf9e661cd0a6e243664d30592ff947c1cd7c4455 /group_vars/all.yml.example | |
| parent | 60ed9c38b77f7ee42266321f1976d9011896a1e6 (diff) | |
Refactor python and ansible roles to use uv package manager
Diffstat (limited to 'group_vars/all.yml.example')
| -rw-r--r-- | group_vars/all.yml.example | 3 |
1 files changed, 1 insertions, 2 deletions
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" |
