Fix incorrect install_npm_user (#110)

This commit is contained in:
Mischa ter Smitten 2017-02-16 12:53:09 +01:00 committed by Kevin van Zonneveld
parent 30cd41836d
commit f8c2c4401e
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ hostname: "{{ fqdn.split('.')[0] }}"
# nodejs
nodejs_yarn: false
nodejs_install_npm_user: "{{ ansible_user | default(lookup('env', 'USER')) }}"
nodejs_npm_global_packages:
- name: yarn