summaryrefslogtreecommitdiffstats
path: root/roles/go
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
commitaec27231c62426bab38bb92be7bc906d6ff3024e (patch)
tree947483bf0c30412017339c6fe6918bc4b86d4865 /roles/go
parentd69ba719617d7bcc5561cda6c5642a81b36407e7 (diff)
Remove unnecessary failed_when added by claude.ai
Diffstat (limited to 'roles/go')
-rw-r--r--roles/go/tasks/main.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/roles/go/tasks/main.yml b/roles/go/tasks/main.yml
index c39c49bb..d4efd1da 100644
--- a/roles/go/tasks/main.yml
+++ b/roles/go/tasks/main.yml
@@ -4,7 +4,6 @@
cmd: "mise ls go"
register: go_installed_versions
changed_when: false
- failed_when: false
- name: "Install go versions"
ansible.builtin.command: