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:
parent
d98a6c70a4
commit
1f2eab54f4
1 changed files with 1 additions and 1 deletions
|
@ -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 }}"
|
||||
|
|
Loading…
Add table
Reference in a new issue