mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-05-10 14:21:50 +00:00
Change Ansible task to pass ansible-lint checks
This commit is contained in:
parent
0a4e6f2b70
commit
1614f4c5ce
@ -98,8 +98,7 @@ If the above doesn't fix the problem, open your `.bash_profile` and add the foll
|
||||
|
||||
```
|
||||
- name: nvm
|
||||
shell: >
|
||||
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.0/install.sh | bash
|
||||
shell: bash -c "$(https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.0/install.sh)"
|
||||
args:
|
||||
creates: "{{ ansible_env.HOME }}/.nvm/nvm.sh"
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user