mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Clean 5-xo-services/tasks/main.yml
This commit is contained in:
parent
5011b26ec0
commit
08cddfcb8c
1 changed files with 3 additions and 4 deletions
|
@ -7,23 +7,22 @@
|
||||||
include_role:
|
include_role:
|
||||||
name: activity-server
|
name: activity-server
|
||||||
when: activity_server_install | bool
|
when: activity_server_install | bool
|
||||||
tags: olpc, activity-server
|
#tags: olpc, activity-server
|
||||||
|
|
||||||
- name: EJABBERD_XS
|
- name: EJABBERD_XS
|
||||||
include_role:
|
include_role:
|
||||||
name: ejabberd_xs
|
name: ejabberd_xs
|
||||||
when: ejabberd_xs_install | bool
|
when: ejabberd_xs_install | bool
|
||||||
tags: olpc, ejabberd-xs
|
#tags: olpc, ejabberd-xs
|
||||||
|
|
||||||
- name: IDMGR
|
- name: IDMGR
|
||||||
include_role:
|
include_role:
|
||||||
name: idmgr
|
name: idmgr
|
||||||
when: idmgr_install | bool
|
when: idmgr_install | bool
|
||||||
tags: olpc, idmgr
|
#tags: olpc, idmgr
|
||||||
|
|
||||||
- name: Recording STAGE 5 HAS COMPLETED =====================
|
- name: Recording STAGE 5 HAS COMPLETED =====================
|
||||||
lineinfile:
|
lineinfile:
|
||||||
dest: "{{ iiab_env_file }}"
|
dest: "{{ iiab_env_file }}"
|
||||||
regexp: '^STAGE=*'
|
regexp: '^STAGE=*'
|
||||||
line: 'STAGE=5'
|
line: 'STAGE=5'
|
||||||
state: present
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue