diff --git a/roles/8-mgmt-tools/tasks/main.yml b/roles/8-mgmt-tools/tasks/main.yml index dc0cb270e..ad22382ed 100644 --- a/roles/8-mgmt-tools/tasks/main.yml +++ b/roles/8-mgmt-tools/tasks/main.yml @@ -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=*' diff --git a/roles/9-local-addons/tasks/main.yml b/roles/9-local-addons/tasks/main.yml index 3a13a1b37..551b1ed95 100644 --- a/roles/9-local-addons/tasks/main.yml +++ b/roles/9-local-addons/tasks/main.yml @@ -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