From d65aa3e6cc636a33ad7083b945961ceb9eef437f Mon Sep 17 00:00:00 2001 From: NaeiKinDus Date: Mon, 25 Dec 2023 00:00:00 +0000 Subject: [PATCH] fix(development): invalid command used to start rust installer --- .../nullified/infrastructure/roles/development/tasks/main.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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