mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-05-11 22:51:51 +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
|
- name: nvm
|
||||||
shell: >
|
shell: bash -c "$(https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.0/install.sh)"
|
||||||
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.0/install.sh | bash
|
|
||||||
args:
|
args:
|
||||||
creates: "{{ ansible_env.HOME }}/.nvm/nvm.sh"
|
creates: "{{ ansible_env.HOME }}/.nvm/nvm.sh"
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user