1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 11:42:08 +00:00

Merge pull request #2902 from holta/pbx-no-aptitude

pbx/tasks/asterisk.yml: Experiment w/o aptitude
This commit is contained in:
A Holt 2021-08-03 14:34:24 -04:00 committed by GitHub
commit 5c10b89dd0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,10 +38,11 @@
chdir: "{{ asterisk_src_dir }}"
creates: addons/mp3/mpg123.h
- name: Asterisk - Install aptitude (otherwise install_prereq fails?)
package:
name: aptitude
state: latest
# 2021-08-03: Experiment w/o aptitude
#- name: Asterisk - Install aptitude (otherwise install_prereq fails?)
# package:
# name: aptitude
# state: latest
- name: Asterisk - Ensure all dependencies are resolved - CAN TAKE 5 MIN OR LONGER!
shell: export DEBIAN_FRONTEND=noninteractive && ./contrib/scripts/install_prereq install