1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-15 04:32:11 +00:00

Merge pull request #2999 from deldesir/patch-4

Update main.yml [pbx/tasks/main.yml: Change include: to include_tasks: for ansible-core 2.16]
This commit is contained in:
A Holt 2021-10-17 21:43:25 -04:00 committed by GitHub
commit 7b5eb5e9c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,7 @@
when: pbx_installed is undefined
- name: Install & Enable chan_dongle for Huawei USB modems - if asterisk_chan_dongle
include: chan_dongle.yml
include_tasks: chan_dongle.yml
when: asterisk_chan_dongle
- include_tasks: enable-or-disable.yml