1
0
Fork 0
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:
A Holt 2020-01-13 11:34:15 -05:00 committed by GitHub
parent 5011b26ec0
commit 08cddfcb8c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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