1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00
This commit is contained in:
Jerry Vonau 2023-04-02 01:13:50 -05:00
parent 31a1664483
commit 8833570a8e

View file

@ -24,7 +24,7 @@
- name: EXIT 'pbx' ROLE, if 'php_version' doesn't shows "7.4"
fail: # FORCE IT RED THIS ONCE!
msg: FreePBX 16 requirs PHP 7.4 and is not available.
when: not (php_version == "7.4") and pbx_php74_override is undefined
when: php_version is version('8.0', '>') and pbx_php74_override is undefined
- name: Install PBX if pbx_installed is not defined, e.g. in {{ iiab_state_file }} # /etc/iiab/iiab_state.yml
include_tasks: install.yml