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
ceec00d9ac
commit
59aec67a55
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue