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:
parent
3ef77c3962
commit
0b2a86a6bc
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue