Fix incorrect install_npm_user (#110)
This commit is contained in:
parent
30cd41836d
commit
f8c2c4401e
|
@ -27,6 +27,7 @@ hostname: "{{ fqdn.split('.')[0] }}"
|
||||||
|
|
||||||
# nodejs
|
# nodejs
|
||||||
nodejs_yarn: false
|
nodejs_yarn: false
|
||||||
|
nodejs_install_npm_user: "{{ ansible_user | default(lookup('env', 'USER')) }}"
|
||||||
nodejs_npm_global_packages:
|
nodejs_npm_global_packages:
|
||||||
- name: yarn
|
- name: yarn
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue