mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
16 lines
375 B
YAML
16 lines
375 B
YAML
# Local Add-ons
|
|
|
|
- name: ...IS BEGINNING ====================================
|
|
command: echo
|
|
|
|
- name: CALIBRE
|
|
include_role:
|
|
name: calibre
|
|
when: calibre_install
|
|
tags: calibre
|
|
|
|
- name: Recording STAGE 9 HAS COMPLETED ====================
|
|
lineinfile: dest=/etc/iiab/iiab.env
|
|
regexp='^STAGE=*'
|
|
line='STAGE=9'
|
|
state=present
|