1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Update 5-xo-services/tasks/main.yml

This commit is contained in:
A Holt 2020-01-23 23:03:18 -05:00 committed by GitHub
parent 1d8ea3f908
commit 28e3c5dca7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,19 +7,19 @@
- name: ACTIVITY-SERVER
include_role:
name: activity-server
when: activity_server_install | bool
when: activity_server_install is defined and activity_server_install
# UNMAINTAINED
- name: EJABBERD_XS
include_role:
name: ejabberd_xs
when: ejabberd_xs_install | bool
when: ejabberd_xs_install is defined and ejabberd_xs_install
# UNMAINTAINED
- name: IDMGR
include_role:
name: idmgr
when: idmgr_install | bool
when: idmgr_install is defined and idmgr_install
- name: Recording STAGE 5 HAS COMPLETED =====================
lineinfile: