mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Re-order Stage 9 per @jvonau suggestion in #2902
This commit is contained in:
parent
081cdc7b9f
commit
b6316b66fb
1 changed files with 9 additions and 7 deletions
|
@ -19,21 +19,23 @@
|
|||
name: minetest
|
||||
when: minetest_install
|
||||
|
||||
- name: PBX - Asterisk & FreePBX
|
||||
- name: CALIBRE-WEB
|
||||
include_role:
|
||||
name: pbx
|
||||
when: pbx_install
|
||||
name: calibre-web
|
||||
when: calibreweb_install
|
||||
|
||||
# KEEP AT THE END as this installs dependencies from Debian's 'testing' branch!
|
||||
# KEEP NEAR THE VERY END as this installs dependencies from Debian's 'testing' branch!
|
||||
- name: CALIBRE
|
||||
include_role:
|
||||
name: calibre
|
||||
when: calibre_install
|
||||
|
||||
- name: CALIBRE-WEB
|
||||
# Pulls in a large number of devel packages, via asterisk.yml -> 'install_prereq install'
|
||||
# https://github.com/asterisk/asterisk/blob/master/contrib/scripts/install_prereq#L21-L35
|
||||
- name: PBX - Asterisk & FreePBX
|
||||
include_role:
|
||||
name: calibre-web
|
||||
when: calibreweb_install
|
||||
name: pbx
|
||||
when: pbx_install
|
||||
|
||||
- name: "2021-06-27 TEMPORARY CODE TO INSTALL 'php-pear' UNTIL ADMIN CONSOLE DECLARES ITS OWN DEPENDENCY FOR: https://github.com/iiab/iiab-admin-console/blob/master/roles/cmdsrv/tasks/main.yml#L19"
|
||||
package:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue