mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
New default 'asterisk_rpi_patch: True' + documentation
This commit is contained in:
parent
3636d67a2c
commit
177cf0a5af
8 changed files with 37 additions and 29 deletions
|
|
@ -54,11 +54,11 @@
|
|||
# state: latest
|
||||
|
||||
# https://github.com/iiab/iiab/issues/3489
|
||||
- name: "Asterisk - Apply patch to {{ asterisk_src_dir }}/contrib/scripts/install_prereq for Raspberry Pi (#3489) if 'asterisk_patch: True'"
|
||||
- name: "Asterisk - Apply patch to {{ asterisk_src_dir }}/contrib/scripts/install_prereq for Raspberry Pi (#3489) if 'asterisk_rpi_patch: True'"
|
||||
ansible.posix.patch:
|
||||
src: install_prereq.diff
|
||||
dest: "{{ asterisk_src_dir }}/contrib/scripts/install_prereq"
|
||||
when: asterisk_patch is defined and asterisk_patch
|
||||
when: asterisk_rpi_patch
|
||||
|
||||
- name: Asterisk - Run 'install_prereq install' for dependencies - CAN TAKE 2-5 MIN OR LONGER!
|
||||
shell: export DEBIAN_FRONTEND=noninteractive && ./contrib/scripts/install_prereq install
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue