Change Ansible task to pass ansible-lint checks

This commit is contained in:
Michal Stanke 2019-10-14 13:07:10 +02:00 committed by GitHub
parent 0a4e6f2b70
commit 1614f4c5ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
```