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 2018-07-14 12:11:50 -04:00 committed by GitHub
parent ceec00d9ac
commit 59aec67a55
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -69,11 +69,11 @@
when: internet_available and is_debuntu and not is_ubuntu_18
#- name: Install Node.js and npm (ubuntu-18)
- name: Install Node.js and npm (ubuntu-18 or not is_debuntu)
- name: Install Node.js and npm (ubuntu-18 or not debuntu)
package:
name: "{{ item }}"
state: latest
when: internet_available and (is_ubuntu_18 or (not is_debuntu))
when: internet_available and (is_ubuntu_18 or not is_debuntu)
with_items:
- nodejs
- npm
@ -152,7 +152,7 @@
enabled: yes
state: restarted
with_items:
# - { name: mongodb } # 2018-07-14: NICE TRY, but still doesn't bring http://box:8089 to life reliably, as a reboot does usually does! (Is a daemon-reload or some such nec?)
# - { name: mongodb } # 2018-07-14: NICE TRY, but still doesn't bring http://box:8089 to life reliably, as a reboot usually does! (Is a daemon-reload or some such nec?)
- { name: sugarizer }
when: sugarizer_enabled