1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

pbx/tasks/asterisk.yml: Typo in 'make install' output

This commit is contained in:
root 2022-05-26 01:57:38 -04:00
parent d98a6c70a4
commit 1f2eab54f4

View file

@ -94,7 +94,7 @@
chdir: "{{ asterisk_src_dir }}"
creates: defaults.h
- name: Asterisk - Run 'make install' - CAN TAKE TIME 1-2 MIN W/ SLOW DISKS?
- name: Asterisk - Run 'make install' - CAN TAKE 1-2 MIN W/ SLOW DISKS?
command: make install
args:
chdir: "{{ asterisk_src_dir }}"