1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Merge pull request #545 from holta/master

Move Calibre from 6-generic-apps -> 8-mgmt-tools -> 9-local-addons

Closes #544
This commit is contained in:
A Holt 2017-11-20 14:30:58 -05:00 committed by GitHub
commit 22b54cbc01
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View file

@ -51,12 +51,6 @@
when: xovis_install and ansible_distribution != "CentOS"
tags: xovis
- name: CALIBRE
include_role:
name: calibre
when: calibre_install
tags: calibre
- name: Recording STAGE 8 HAS COMPLETED ======================
lineinfile: dest=/etc/iiab/iiab.env
regexp='^STAGE=*'

View file

@ -2,6 +2,12 @@
- 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