mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
15 lines
561 B
YAML
15 lines
561 B
YAML
- include_tasks: install.yml
|
|
#tags: base
|
|
|
|
- include_tasks: html.yml
|
|
#tags: base
|
|
|
|
# Partially fixes search @ http://box/modules/es-wikihow (on RPi anyway) see https://github.com/iiab/iiab/issues/829
|
|
- include_tasks: php-stem.yml
|
|
#tags: base
|
|
|
|
- name: Install /usr/bin/iiab-refresh-wiki-docs (scraper script) to create http://box/info offline documentation. (Script can be run manually and/or at the end of Stage 4 = roles/4-server-options/tasks/main.yml)
|
|
template:
|
|
src: refresh-wiki-docs.sh
|
|
dest: /usr/bin/iiab-refresh-wiki-docs
|
|
mode: '0755'
|