[ansible] added deploy role
This commit is contained in:
4
ansible/roles/setup/tasks/npm.yml
Normal file
4
ansible/roles/setup/tasks/npm.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
- name: Install "gulp-cli" node.js package globally.
|
||||
npm:
|
||||
name: gulp-cli
|
||||
global: yes
|
||||
Reference in New Issue
Block a user