mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
move Calibre & Calibre-Web to very end!
This commit is contained in:
parent
ca54d6d52f
commit
3dbe2e108e
1 changed files with 13 additions and 12 deletions
|
@ -3,18 +3,6 @@
|
||||||
- name: ...IS BEGINNING ====================================
|
- name: ...IS BEGINNING ====================================
|
||||||
command: echo
|
command: echo
|
||||||
|
|
||||||
- name: CALIBRE
|
|
||||||
include_role:
|
|
||||||
name: calibre
|
|
||||||
when: calibre_install | bool
|
|
||||||
tags: calibre
|
|
||||||
|
|
||||||
- name: CALIBRE-WEB
|
|
||||||
include_role:
|
|
||||||
name: calibre-web
|
|
||||||
when: calibreweb_install | bool
|
|
||||||
tags: calibre-web
|
|
||||||
|
|
||||||
- name: INTERNETARCHIVE
|
- name: INTERNETARCHIVE
|
||||||
include_role:
|
include_role:
|
||||||
name: internetarchive
|
name: internetarchive
|
||||||
|
@ -27,6 +15,19 @@
|
||||||
when: minetest_install | bool
|
when: minetest_install | bool
|
||||||
tags: minetest
|
tags: minetest
|
||||||
|
|
||||||
|
# KEEP AT THE END as this installs dependencies from Debian's 'testing' branch!
|
||||||
|
- name: CALIBRE
|
||||||
|
include_role:
|
||||||
|
name: calibre
|
||||||
|
when: calibre_install | bool
|
||||||
|
tags: calibre
|
||||||
|
|
||||||
|
- name: CALIBRE-WEB
|
||||||
|
include_role:
|
||||||
|
name: calibre-web
|
||||||
|
when: calibreweb_install | bool
|
||||||
|
tags: calibre-web
|
||||||
|
|
||||||
- name: Recording STAGE 9 HAS COMPLETED ====================
|
- name: Recording STAGE 9 HAS COMPLETED ====================
|
||||||
lineinfile:
|
lineinfile:
|
||||||
dest: "{{ iiab_env_file }}"
|
dest: "{{ iiab_env_file }}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue