From 4bba7ea54cf7ea39f4e2207c0a85b2f4c060bbd3 Mon Sep 17 00:00:00 2001 From: Michal Stanke Date: Wed, 29 Sep 2021 08:02:24 +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 8302fbe..738f7d5 100644 --- a/README.md +++ b/README.md @@ -134,8 +134,7 @@ You can use a task: ```yaml - name: nvm - shell: > - curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh | bash + shell: bash -c "$(https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh)" args: creates: "{{ ansible_env.HOME }}/.nvm/nvm.sh" ```