diff --git a/collections/ansible_collections/nullified/infrastructure/roles/development/tasks/main.yml b/collections/ansible_collections/nullified/infrastructure/roles/development/tasks/main.yml index 662cfa5..409b520 100644 --- a/collections/ansible_collections/nullified/infrastructure/roles/development/tasks/main.yml +++ b/collections/ansible_collections/nullified/infrastructure/roles/development/tasks/main.yml @@ -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