mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
syntax
This commit is contained in:
parent
31a1664483
commit
8833570a8e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue