Skip to content

Commit 9cd49ee

Browse files
Merge pull request #37 from AnsibleShipyard/ansible-2
render nodejs_global_packages var
2 parents 68a38ab + eaa9d25 commit 9cd49ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77

88
- name: NPM Install global packages
99
npm: name={{item}} global=yes
10-
with_items: nodejs_global_packages
10+
with_items: "{{ nodejs_global_packages }}"
1111
environment:
1212
PATH: "{{ nodejs_path }}/bin:{{ nodejs_path_out.stdout }}"

0 commit comments

Comments
 (0)