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:
parent
1d8ea3f908
commit
28e3c5dca7
1 changed files with 3 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue