mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-05-11 06:41:50 +00:00
Change Ansible task to pass ansible-lint checks
This commit is contained in:
parent
7bbc57355d
commit
4bba7ea54c
@ -134,8 +134,7 @@ You can use a task:
|
|||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
- name: nvm
|
- name: nvm
|
||||||
shell: >
|
shell: bash -c "$(https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh)"
|
||||||
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.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