We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 68a38ab + eaa9d25 commit 9cd49eeCopy full SHA for 9cd49ee
tasks/main.yml
@@ -7,6 +7,6 @@
7
8
- name: NPM Install global packages
9
npm: name={{item}} global=yes
10
- with_items: nodejs_global_packages
+ with_items: "{{ nodejs_global_packages }}"
11
environment:
12
PATH: "{{ nodejs_path }}/bin:{{ nodejs_path_out.stdout }}"
0 commit comments