diff options
| author | Ahmed AbdelHalim <[email protected]> | 2026-03-04 01:04:36 +0100 |
|---|---|---|
| committer | Ahmed AbdelHalim <[email protected]> | 2026-03-04 01:04:36 +0100 |
| commit | 7175c1ae0918af8d1a9395ceb6cc61b03c72445e (patch) | |
| tree | 14ce61e8e8507bcebcca3dd20e6559cb6fdf1874 /roles/python | |
| parent | a00785762fe026bdd392b238126726cb2a33f6f8 (diff) | |
Fix cosmetic warnings and undefined error
Diffstat (limited to 'roles/python')
| -rw-r--r-- | roles/python/tasks/main.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/python/tasks/main.yml b/roles/python/tasks/main.yml index 66cbda67..b846c668 100644 --- a/roles/python/tasks/main.yml +++ b/roles/python/tasks/main.yml @@ -6,7 +6,7 @@ changed_when: false failed_when: false -- name: "Install python {{ item }}" +- name: "Install python versions" ansible.builtin.command: cmd: "mise use --global python@{{ item }}" changed_when: true @@ -24,4 +24,4 @@ ansible.builtin.command: cmd: "mise use --global uv@{{ python_uv_version }}" changed_when: true - when: uv_version not in python_uv_installed_version.stdout + when: python_uv_version not in python_uv_installed_version.stdout |
