1
0
Fork 0
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:
A Holt 2020-01-23 23:03:23 -05:00 committed by GitHub
parent 28e3c5dca7
commit 938c956153
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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