Skip to content

Commit

Permalink
render nodejs_global_packages var
Browse files Browse the repository at this point in the history
  • Loading branch information
brad committed Apr 6, 2017
1 parent 68a38ab commit eaa9d25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"

0 comments on commit eaa9d25

Please sign in to comment.