mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 19:22:24 +00:00
disable creation of online groups
This commit is contained in:
parent
d60ba5f18c
commit
ca04adfa50
1 changed files with 2 additions and 2 deletions
|
@ -72,8 +72,8 @@
|
||||||
|
|
||||||
- name: Create online group
|
- name: Create online group
|
||||||
shell: ejabberdctl srg_create Online "schoolserver" Online "Online_Users" Online
|
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
|
- name: Add all users to online group
|
||||||
shell: ejabberdctl srg_user_add '@online@' "schoolserver" Online "schoolserver"
|
shell: ejabberdctl srg_user_add '@online@' "schoolserver" Online "schoolserver"
|
||||||
when: ejabberd_config.changed
|
when: ejabberd_config.changed and not is_debuntu
|
||||||
|
|
Loading…
Reference in a new issue