From eaa9d2541684b7c1869cc50ed3e461c967da91d3 Mon Sep 17 00:00:00 2001 From: Brad Pitcher Date: Thu, 6 Apr 2017 11:21:41 -0700 Subject: [PATCH] render nodejs_global_packages var --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index 2e2eb8e..1bbd134 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -7,6 +7,6 @@ - name: NPM Install global packages npm: name={{item}} global=yes - with_items: nodejs_global_packages + with_items: "{{ nodejs_global_packages }}" environment: PATH: "{{ nodejs_path }}/bin:{{ nodejs_path_out.stdout }}"