mirror of
https://github.com/iiab/iiab.git
synced 2025-02-14 20:22:08 +00:00
Indent nodejs/tasks/main.yml
This commit is contained in:
parent
91bb1cdb2f
commit
af27f90c04
1 changed files with 4 additions and 4 deletions
|
@ -81,10 +81,10 @@
|
|||
|
||||
- name: Install latest Node.js {{ nodejs_version }} which includes /usr/bin/npm (debuntu)
|
||||
package:
|
||||
# name: nodejs={{ nodejs_version }}
|
||||
name: nodejs
|
||||
state: latest
|
||||
# state: present
|
||||
#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…
Reference in a new issue