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 distros UP TO 2017)
|
||||||
- name: Install Node.js {{ nodejs_version }} which includes /usr/bin/npm (debuntu)
|
- name: Install Node.js {{ nodejs_version }} which includes /usr/bin/npm (debuntu)
|
||||||
apt:
|
package:
|
||||||
name: nodejs={{ nodejs_version }}
|
# name: nodejs={{ nodejs_version }}
|
||||||
# package:
|
name: nodejs
|
||||||
# name: nodejs
|
state: latest
|
||||||
# state: latest
|
|
||||||
# state: present
|
# state: present
|
||||||
when: internet_available and is_debuntu
|
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)
|
#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