Open 030 opened 6 years ago
@030 Good suggestion. will add sometime next week
You could add me as a reviewer.
Probably you have already some ideas how to implement this feature. Geerlingguy implemented this feature as follows for nodejs:
https://github.com/geerlingguy/ansible-role-nodejs/blob/master/defaults/main.yml#L15
[nodejs_npm_global_packages: []
# # Install a specific version of a package.
# - name: jslint
# version: 0.9.3
# # Install the latest stable release of a package.
# - name: node-sass
# # This shorthand syntax also works (same as previous example).
# - node-sass
default could be empty
yarn global add generator-jhipster