1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 19:52:06 +00:00
iiab/roles/dokuwiki/tasks/main.yml

8 lines
242 B
YAML
Raw Normal View History

2017-12-08 10:01:09 +00:00
- name: Install DokuWiki
include_tasks: install.yml
2019-09-14 22:38:55 +00:00
when: dokuwiki_install | bool and not dokuwiki_installed is defined
2017-05-27 18:09:50 +00:00
2019-09-14 22:38:55 +00:00
- name: Enable DokuWiki
include_tasks: enable.yml
when: dokuwiki_install | bool or dokuwiki_installed is defined