2017-10-27 00:42:44 +00:00
|
|
|
# Local Add-ons
|
2017-05-27 18:09:50 +00:00
|
|
|
|
2017-10-30 20:39:35 +00:00
|
|
|
- name: ...IS BEGINNING ====================================
|
2017-10-27 00:42:44 +00:00
|
|
|
command: echo
|
2017-11-20 19:29:25 +00:00
|
|
|
|
|
|
|
- name: CALIBRE
|
|
|
|
include_role:
|
|
|
|
name: calibre
|
|
|
|
when: calibre_install
|
|
|
|
tags: calibre
|
2017-10-27 00:42:44 +00:00
|
|
|
|
2018-08-27 20:22:51 +00:00
|
|
|
- name: CALIBRE-WEB
|
|
|
|
include_role:
|
|
|
|
name: calibre-web
|
|
|
|
when: calibreweb_install
|
|
|
|
tags: calibre-web
|
|
|
|
|
2017-10-30 20:39:35 +00:00
|
|
|
- name: Recording STAGE 9 HAS COMPLETED ====================
|
2018-02-13 03:13:46 +00:00
|
|
|
lineinfile:
|
|
|
|
dest: /etc/iiab/iiab.env
|
|
|
|
regexp: '^STAGE=*'
|
|
|
|
line: 'STAGE=9'
|
|
|
|
state: present
|