mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
Update main.yml
This commit is contained in:
parent
4f2dfac544
commit
c78216a8f6
1 changed files with 7 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
- name: ...IS BEGINNING ====================================
|
- name: ...IS BEGINNING ====================================
|
||||||
command: echo
|
command: echo
|
||||||
|
|
||||||
- name: CALIBRE
|
- name: CALIBRE
|
||||||
include_role:
|
include_role:
|
||||||
name: calibre
|
name: calibre
|
||||||
|
@ -15,6 +15,12 @@
|
||||||
when: calibreweb_install
|
when: calibreweb_install
|
||||||
tags: calibre-web
|
tags: calibre-web
|
||||||
|
|
||||||
|
- name: TRANSMISSION
|
||||||
|
include_role:
|
||||||
|
name: transmission
|
||||||
|
when: transmission_install
|
||||||
|
tags: transmission
|
||||||
|
|
||||||
- name: Recording STAGE 9 HAS COMPLETED ====================
|
- name: Recording STAGE 9 HAS COMPLETED ====================
|
||||||
lineinfile:
|
lineinfile:
|
||||||
dest: /etc/iiab/iiab.env
|
dest: /etc/iiab/iiab.env
|
||||||
|
|
Loading…
Reference in a new issue