From 1614f4c5ceead811d0e941704a62169124b363de Mon Sep 17 00:00:00 2001 From: Michal Stanke Date: Mon, 14 Oct 2019 13:07:10 +0200 Subject: [PATCH] Change Ansible task to pass ansible-lint checks --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 9cab0ba..e56fec9 100644 --- a/README.md +++ b/README.md @@ -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" ```