mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
roles/pbx/tasks/freepbx.yml: Fix '- name:' syntax error
This commit is contained in:
parent
1e6f54727a
commit
9004934721
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@
|
|||
# state: present
|
||||
# when: php_version is version('8.0', '<')
|
||||
|
||||
- FreePBX - Install and configure Apache - if not pbx_try_nginx
|
||||
- name: FreePBX - Install and configure Apache - if not pbx_try_nginx
|
||||
include_tasks: apache.yml
|
||||
when: not pbx_try_nginx
|
||||
|
||||
|
|
Loading…
Reference in a new issue