summaryrefslogtreecommitdiffstats
path: root/roles/python
diff options
context:
space:
mode:
authorAhmed AbdelHalim <[email protected]>2026-03-04 14:01:30 +0100
committerAhmed AbdelHalim <[email protected]>2026-03-04 14:01:30 +0100
commit382346533231b08cbe900fad6fce633a5efb01a2 (patch)
tree947483bf0c30412017339c6fe6918bc4b86d4865 /roles/python
parent2794f30cdc44767cb1a55fcc0eeeb33f02d9baef (diff)
Remove unnecessary failed_when added by claude.ai
Diffstat (limited to 'roles/python')
-rw-r--r--roles/python/tasks/main.yml2
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: