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/rust/tasks | |
| parent | 2794f30cdc44767cb1a55fcc0eeeb33f02d9baef (diff) | |
Remove unnecessary failed_when added by claude.ai
Diffstat (limited to 'roles/rust/tasks')
| -rw-r--r-- | roles/rust/tasks/main.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/roles/rust/tasks/main.yml b/roles/rust/tasks/main.yml index d7ee7ce7..df9f05b8 100644 --- a/roles/rust/tasks/main.yml +++ b/roles/rust/tasks/main.yml @@ -4,7 +4,6 @@ cmd: "mise ls rust" register: rust_installed_versions changed_when: false - failed_when: false - name: "Install rust versions" ansible.builtin.command: |
