1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 19:52:06 +00:00
iiab/roles/9-local-addons/tasks/main.yml

18 lines
354 B
YAML
Raw Normal View History

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
- name: CALIBRE
include_role:
name: calibre
when: calibre_install
tags: calibre
2017-10-27 00:42:44 +00:00
2017-10-30 20:39:35 +00:00
- name: Recording STAGE 9 HAS COMPLETED ====================
lineinfile:
dest: /etc/iiab/iiab.env
regexp: '^STAGE=*'
line: 'STAGE=9'
state: present