1
0
Fork 0
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:
A Holt 2019-01-29 13:05:46 -05:00 committed by GitHub
parent 6ef06f2c07
commit f899b40488
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)