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

pbx/tasks/install.yml: Comment out install of 'make'

This commit is contained in:
A Holt 2021-08-03 17:40:51 -04:00 committed by GitHub
parent 6477909d9b
commit e39aacbbab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,10 +50,11 @@
# FreePBX already installed. Reinstall shall be skipped
# when: freepbx_installed.stat.exists
- name: Install 'make' package
package:
name: make
state: present
# 2021-08-03: Taken care of by asterisk.yml's scripts/install_prereq
#- name: Install 'make' package
# package:
# name: make
# state: present
- name: Install Asterisk
include_tasks: asterisk.yml