1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-15 04:32:11 +00:00

clarify that nodejs 6.x includes /usr/bin/npm

This commit is contained in:
A Holt 2017-10-20 12:57:13 -04:00 committed by GitHub
parent 3ef77c3962
commit 0b2a86a6bc

View file

@ -16,7 +16,7 @@
shell: curl -sL https://deb.nodesource.com/setup_6.x | bash -
when: internet_available and is_debuntu
- name: Install nodejs=6.* which also installs npm - is_debuntu
- name: Install nodejs=6.* which includes /usr/bin/npm - is_debuntu
package: name=nodejs=6.*
state=present
when: internet_available and is_debuntu