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

Indent nodejs/tasks/main.yml

This commit is contained in:
A Holt 2020-01-22 18:20:25 -05:00 committed by GitHub
parent 91bb1cdb2f
commit af27f90c04
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -81,10 +81,10 @@
- name: Install latest Node.js {{ nodejs_version }} which includes /usr/bin/npm (debuntu) - name: Install latest Node.js {{ nodejs_version }} which includes /usr/bin/npm (debuntu)
package: package:
# name: nodejs={{ nodejs_version }} #name: nodejs={{ nodejs_version }}
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)