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:
commit
7b5eb5e9c2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue