mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
fix missing freepbx_src
This commit is contained in:
parent
2693605be2
commit
2b443ce404
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
|||
- name: FreePBX - Check for {{ downloads_dir }}/{{ freepbx_src_file }}
|
||||
stat:
|
||||
path: "{{ downloads_dir }}/{{ freepbx_src_file }}"
|
||||
register: freepbx_src
|
||||
|
||||
- name: FreePBX - FAIL (force Ansible to exit) IF {{ downloads_dir }}/{{ freepbx_src_file }} doesn't exist
|
||||
fail:
|
||||
|
|
Loading…
Add table
Reference in a new issue