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
2019-11-28 05:26:47 -06:00

7 lines
242 B
YAML

- name: Install DokuWiki
include_tasks: install.yml
when: dokuwiki_install | bool and not dokuwiki_installed is defined
- name: Enable DokuWiki
include_tasks: enable.yml
when: dokuwiki_install | bool or dokuwiki_installed is defined