mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 11:12:06 +00:00
Update 6-generic-apps/tasks/main.yml
This commit is contained in:
parent
28e3c5dca7
commit
938c956153
1 changed files with 2 additions and 2 deletions
|
@ -12,13 +12,13 @@
|
|||
- name: DOKUWIKI
|
||||
include_role:
|
||||
name: dokuwiki
|
||||
when: dokuwiki_install | bool
|
||||
when: dokuwiki_install is defined and dokuwiki_install
|
||||
|
||||
# UNMAINTAINED
|
||||
- name: EJABBERD
|
||||
include_role:
|
||||
name: ejabberd
|
||||
when: ejabberd_install | bool
|
||||
when: ejabberd_install is defined and ejabberd_install
|
||||
|
||||
- name: ELGG
|
||||
include_role:
|
||||
|
|
Loading…
Reference in a new issue