Fix in task install npm scripts

This commit is contained in:
Vitaly Znachenok 2017-11-28 15:30:03 +03:00
parent 77800de7f9
commit 26c717811b
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@
- file: src="{{ home }}/node.toml" dest="{{ home }}/oracles-scripts/node.toml" owner="{{ username }}" group="{{ username }}" state=link
- name: install npm scripts
shell: "cd {{ home }}/oracles-scripts/; /usr/bin/npm install"
shell: "cd {{ home }}/oracles-scripts/scripts; /usr/bin/npm install"
become: true
become_user: "{{ username }}"