mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Update roles/pbx/tasks/main.yml
Co-authored-by: A Holt <holta@users.noreply.github.com>
This commit is contained in:
parent
11817a05a4
commit
e0a7344776
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,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.
|
||||
msg: FreePBX 16 requires PHP 7.4 and is not available.
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue