Skip to content

Commit

Permalink
Merge pull request #37 from AnsibleShipyard/ansible-2
Browse files Browse the repository at this point in the history
render nodejs_global_packages var
  • Loading branch information
ernestas-poskus authored Apr 7, 2017
2 parents 68a38ab + eaa9d25 commit 9cd49ee
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 9cd49ee

Please sign in to comment.