1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-12 11:12:06 +00:00

disable creation of online groups

This commit is contained in:
Jerry Vonau 2017-07-06 18:20:37 -05:00 committed by georgejhunt
parent d60ba5f18c
commit ca04adfa50

View file

@ -72,8 +72,8 @@
- name: Create online group
shell: ejabberdctl srg_create Online "schoolserver" Online "Online_Users" Online
when: ejabberd_config.changed
when: ejabberd_config.changed and not is_debuntu
- name: Add all users to online group
shell: ejabberdctl srg_user_add '@online@' "schoolserver" Online "schoolserver"
when: ejabberd_config.changed
when: ejabberd_config.changed and not is_debuntu