diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2026-07-13 16:49:59 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2026-07-13 16:49:59 +0300 |
| commit | 7331ebef1578fc08d291fcac9ae8890277217195 (patch) | |
| tree | 070003110b9673b2f582376b566ea5f127ddf8cc /roles/host | |
| parent | 19f475c3ff2119480b69a6d986f40c56a2fb4e5c (diff) | |
Prod fixes
Diffstat (limited to 'roles/host')
| -rw-r--r-- | roles/host/tasks/main.yml | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/roles/host/tasks/main.yml b/roles/host/tasks/main.yml index fba9c5e..43ea887 100644 --- a/roles/host/tasks/main.yml +++ b/roles/host/tasks/main.yml @@ -25,12 +25,13 @@ - curl - bash - git - - python311 - - py311-pip - - py311-setuptools - - py311-build - - py311-installer - - py311-wheel + - python312 + - py312-pip + - py312-setuptools + - py312-build + - py312-installer + - py312-wheel + - python - fastfetch - vim - age |
