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:
|
||||
name: activity-server
|
||||
when: activity_server_install | bool
|
||||
tags: olpc, activity-server
|
||||
#tags: olpc, activity-server
|
||||
|
||||
- name: EJABBERD_XS
|
||||
include_role:
|
||||
name: ejabberd_xs
|
||||
when: ejabberd_xs_install | bool
|
||||
tags: olpc, ejabberd-xs
|
||||
#tags: olpc, ejabberd-xs
|
||||
|
||||
- name: IDMGR
|
||||
include_role:
|
||||
name: idmgr
|
||||
when: idmgr_install | bool
|
||||
tags: olpc, idmgr
|
||||
#tags: olpc, idmgr
|
||||
|
||||
- name: Recording STAGE 5 HAS COMPLETED =====================
|
||||
lineinfile:
|
||||
dest: "{{ iiab_env_file }}"
|
||||
regexp: '^STAGE=*'
|
||||
line: 'STAGE=5'
|
||||
state: present
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue