mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +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."
|
msg: "{{ downloads_dir }}/{{ asterisk_src_file }} is REQUIRED to install Asterisk."
|
||||||
when: not asterisk_src.stat.exists
|
when: not asterisk_src.stat.exists
|
||||||
|
|
||||||
- name: Asterisk - Create install source dir {{ asterisk_src_dir }}
|
- name: Asterisk - Create source dir {{ asterisk_src_dir }}
|
||||||
file:
|
file:
|
||||||
path: "{{ asterisk_src_dir }}" # /opt/iiab/asterisk
|
path: "{{ asterisk_src_dir }}" # /opt/iiab/asterisk
|
||||||
state: directory
|
state: directory
|
||||||
|
|
||||||
- name: Asterisk - Extract source
|
- name: Asterisk - Extract to source dir (root:root)
|
||||||
unarchive:
|
unarchive:
|
||||||
src: "{{ downloads_dir }}/{{ asterisk_src_file }}"
|
src: "{{ downloads_dir }}/{{ asterisk_src_file }}"
|
||||||
dest: "{{ asterisk_src_dir }}"
|
dest: "{{ asterisk_src_dir }}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue