diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-03-04 01:04:36 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-03-04 01:04:36 +0100 |
| commit | d9e042a218f619e68bbcfb27d679babb15d325dd (patch) | |
| tree | 14ce61e8e8507bcebcca3dd20e6559cb6fdf1874 /roles/rust/tasks | |
| parent | f1cbe79f7573a383ff084cd99e00a36e457fdaef (diff) | |
Fix cosmetic warnings and undefined error
Diffstat (limited to 'roles/rust/tasks')
| -rw-r--r-- | roles/rust/tasks/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/rust/tasks/main.yml b/roles/rust/tasks/main.yml index 85ebdd95..9aed97e5 100644 --- a/roles/rust/tasks/main.yml +++ b/roles/rust/tasks/main.yml @@ -6,7 +6,7 @@ changed_when: false failed_when: false -- name: "Install rust {{ item }}" +- name: "Install rust versions" ansible.builtin.command: cmd: "mise use --global rust@{{ item }}" changed_when: true |
