mirror of
https://github.com/iiab/iiab.git
synced 2025-02-14 20:22:08 +00:00
asterisk.yml comment tweaks + deprecate src patches
This commit is contained in:
parent
a4a1421293
commit
128c69966b
3 changed files with 2 additions and 2 deletions
|
@ -19,12 +19,12 @@
|
|||
msg: "{{ downloads_dir }}/{{ asterisk_src_file }} is REQUIRED to install Asterisk."
|
||||
when: not asterisk_src.stat.exists
|
||||
|
||||
- name: Asterisk - Create install source dir {{ asterisk_src_dir }}
|
||||
- name: Asterisk - Create source dir {{ asterisk_src_dir }}
|
||||
file:
|
||||
path: "{{ asterisk_src_dir }}" # /opt/iiab/asterisk
|
||||
state: directory
|
||||
|
||||
- name: Asterisk - Extract source
|
||||
- name: Asterisk - Extract to source dir (root:root)
|
||||
unarchive:
|
||||
src: "{{ downloads_dir }}/{{ asterisk_src_file }}"
|
||||
dest: "{{ asterisk_src_dir }}"
|
||||
|
|
Loading…
Reference in a new issue