diff options
| author | Ahmed AbdelHalim <[email protected]> | 2026-03-04 14:01:30 +0100 |
|---|---|---|
| committer | Ahmed AbdelHalim <[email protected]> | 2026-03-04 14:01:30 +0100 |
| commit | 382346533231b08cbe900fad6fce633a5efb01a2 (patch) | |
| tree | 947483bf0c30412017339c6fe6918bc4b86d4865 /roles/python/tasks | |
| parent | 2794f30cdc44767cb1a55fcc0eeeb33f02d9baef (diff) | |
Remove unnecessary failed_when added by claude.ai
Diffstat (limited to 'roles/python/tasks')
| -rw-r--r-- | roles/python/tasks/main.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/roles/python/tasks/main.yml b/roles/python/tasks/main.yml index b846c668..8a09c930 100644 --- a/roles/python/tasks/main.yml +++ b/roles/python/tasks/main.yml @@ -4,7 +4,6 @@ cmd: "mise ls python" register: python_installed_versions changed_when: false - failed_when: false - name: "Install python versions" ansible.builtin.command: @@ -18,7 +17,6 @@ cmd: "mise ls uv" register: python_uv_installed_version changed_when: false - failed_when: false - name: "Install uv {{ python_uv_version }}" ansible.builtin.command: |
