mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Update main.yml
This commit is contained in:
parent
6ef06f2c07
commit
f899b40488
1 changed files with 4 additions and 5 deletions
|
@ -24,11 +24,10 @@
|
|||
|
||||
#- name: Install Node.js {{ nodejs_version }} which includes /usr/bin/npm (debuntu distros UP TO 2017)
|
||||
- name: Install Node.js {{ nodejs_version }} which includes /usr/bin/npm (debuntu)
|
||||
apt:
|
||||
name: nodejs={{ nodejs_version }}
|
||||
# package:
|
||||
# name: nodejs
|
||||
# state: latest
|
||||
package:
|
||||
# name: nodejs={{ nodejs_version }}
|
||||
name: nodejs
|
||||
state: latest
|
||||
# state: present
|
||||
when: internet_available and is_debuntu
|
||||
#when: internet_available and (is_debian_8 or is_debian_9 or is_ubuntu_16 or is_ubuntu_17)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue