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 | d9e042a218f619e68bbcfb27d679babb15d325dd (patch) | |
| tree | 14ce61e8e8507bcebcca3dd20e6559cb6fdf1874 /roles/python/tasks | |
| parent | f1cbe79f7573a383ff084cd99e00a36e457fdaef (diff) | |
Fix cosmetic warnings and undefined error
Diffstat (limited to 'roles/python/tasks')
| -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 |
