[ansible] fix gulp path

This commit is contained in:
2018-04-25 00:18:16 +03:00
parent 0048d6fc92
commit 08ef40b736

View File

@@ -6,6 +6,6 @@
remote_src: true
- name: "Gulp build"
command: "/usr/local/bin/gulp default"
command: "/usr/local/lib/npm/bin/gulp default"
args:
chdir: "{{ deploy_release_dir }}"