mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
7 lines
228 B
YAML
7 lines
228 B
YAML
- name: Install DokuWiki
|
|
include_tasks: install.yml
|
|
when: dokuwiki_install and not dokuwiki_installed is defined
|
|
|
|
- name: Enable DokuWiki
|
|
include_tasks: enable.yml
|
|
when: dokuwiki_install or dokuwiki_installed is defined
|