diff options
Diffstat (limited to 'group_vars/all.yml.example')
| -rw-r--r-- | group_vars/all.yml.example | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/group_vars/all.yml.example b/group_vars/all.yml.example index 504c9ba3..f7802c0d 100644 --- a/group_vars/all.yml.example +++ b/group_vars/all.yml.example @@ -28,3 +28,8 @@ password_policy_minclass: 4 password_policy_maxrepeat: 3 password_policy_maxclassrepeat: 0 password_policy_gecoscheck: 0 + +python_global_version: "system" +python_versions: + - "3.11" + - "3.13" |
