mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Clean 9-local-addons/tasks/main.yml
This commit is contained in:
parent
4d4591de84
commit
4912114b7b
1 changed files with 5 additions and 1 deletions
|
@ -6,9 +6,10 @@
|
||||||
- name: INTERNETARCHIVE
|
- name: INTERNETARCHIVE
|
||||||
include_role:
|
include_role:
|
||||||
name: internetarchive
|
name: internetarchive
|
||||||
|
when: internetarchive_install | bool
|
||||||
#tags: internetarchive
|
#tags: internetarchive
|
||||||
|
|
||||||
# Is porting to Python 3 complete?
|
# Is porting to Python 3 complete, and if so does this belong elsewhere?
|
||||||
- name: CAPTIVE PORTAL
|
- name: CAPTIVE PORTAL
|
||||||
include_tasks: roles/captiveportal/tasks/main.yml
|
include_tasks: roles/captiveportal/tasks/main.yml
|
||||||
when: captiveportal_install | bool
|
when: captiveportal_install | bool
|
||||||
|
@ -17,17 +18,20 @@
|
||||||
- name: MINETEST
|
- name: MINETEST
|
||||||
include_role:
|
include_role:
|
||||||
name: minetest
|
name: minetest
|
||||||
|
when: minetest_install | bool
|
||||||
#tags: minetest
|
#tags: minetest
|
||||||
|
|
||||||
# KEEP AT THE END as this installs dependencies from Debian's 'testing' branch!
|
# KEEP AT THE END as this installs dependencies from Debian's 'testing' branch!
|
||||||
- name: CALIBRE
|
- name: CALIBRE
|
||||||
include_role:
|
include_role:
|
||||||
name: calibre
|
name: calibre
|
||||||
|
when: calibre_install | bool
|
||||||
#tags: calibre
|
#tags: calibre
|
||||||
|
|
||||||
- name: CALIBRE-WEB
|
- name: CALIBRE-WEB
|
||||||
include_role:
|
include_role:
|
||||||
name: calibre-web
|
name: calibre-web
|
||||||
|
when: calibreweb_install | bool
|
||||||
#tags: calibre-web
|
#tags: calibre-web
|
||||||
|
|
||||||
# Could split these two below to Stage 10?
|
# Could split these two below to Stage 10?
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue