fix(development): invalid command used to start rust installer
This commit is contained in:
parent
dc846df71e
commit
d65aa3e6cc
1 changed files with 1 additions and 2 deletions
|
@ -387,9 +387,8 @@
|
|||
|
||||
- name: '[rust] install rust toolchain'
|
||||
become_user: "{{ development.user_account }}"
|
||||
script:
|
||||
ansible.builtin.command:
|
||||
cmd: /tmp/rustup.sh -qy
|
||||
creates: "{{ ansible_facts['getent_passwd'][development.user_account][4] }}/.cargo/bin/rustc"
|
||||
|
||||
- name: '[user] add default user to groups'
|
||||
become: true
|
||||
|
|
Loading…
Add table
Reference in a new issue