Skip to content

Commit

Permalink
Add make config to asterisk.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
m-anish committed Jan 20, 2019
1 parent 00d0715 commit 6f669f0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion roles/pbx/tasks/asterisk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,12 @@
chdir: "{{ asterisk_src_dir }}"
creates: "/usr/sbin/asterisk"

- name: Asterisk - sample config
- name: Asterisk - config
command: make config
args:
chdir: "{{ asterisk_src_dir }}"

- name: Asterisk - samples
command: make samples
args:
chdir: "{{ asterisk_src_dir }}"
Expand Down

0 comments on commit 6f669f0

Please sign in to comment.