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 | aec27231c62426bab38bb92be7bc906d6ff3024e (patch) | |
| tree | 947483bf0c30412017339c6fe6918bc4b86d4865 /roles/python/tasks | |
| parent | d69ba719617d7bcc5561cda6c5642a81b36407e7 (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: |
