mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Move chan_dongle installation out of asterisk.yml to main.yml
This commit is contained in:
parent
6b95869042
commit
b9c5d0e48c
2 changed files with 4 additions and 4 deletions
|
@ -145,7 +145,3 @@
|
||||||
path: /etc/asterisk/asterisk.conf
|
path: /etc/asterisk/asterisk.conf
|
||||||
regexp: 'rungroup ='
|
regexp: 'rungroup ='
|
||||||
line: 'rungroup = asterisk'
|
line: 'rungroup = asterisk'
|
||||||
|
|
||||||
- name: Asterisk - Install chan_dongle
|
|
||||||
include: chan_dongle.yml
|
|
||||||
when: asterisk_chan_dongle
|
|
||||||
|
|
|
@ -41,3 +41,7 @@
|
||||||
include_tasks: freepbx_enable.yml
|
include_tasks: freepbx_enable.yml
|
||||||
when: internet_available and pbx_install and (not pbx_installed) and is_debuntu
|
when: internet_available and pbx_install and (not pbx_installed) and is_debuntu
|
||||||
#when: internet_available and pbx_install and (not pbx_installed) and ((is_debian and ansible_distribution_major_version == "9") or is_ubuntu_18)
|
#when: internet_available and pbx_install and (not pbx_installed) and ((is_debian and ansible_distribution_major_version == "9") or is_ubuntu_18)
|
||||||
|
|
||||||
|
- name: Asterisk - Install chan_dongle
|
||||||
|
include: chan_dongle.yml
|
||||||
|
when: asterisk_chan_dongle
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue