1
0
Fork 0
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:
root 2021-08-09 09:04:46 -04:00
parent 1e6f54727a
commit 9004934721

View file

@ -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