--- - name: Install neovim npm package globally ansible.builtin.npm: name: neovim global: yes - name: Install Rust (via rustup) become: false ansible.builtin.shell: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y args: creates: "{{ ansible_env.HOME }}/.cargo/bin/rustc"