1
0
Fork 0
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:
Anish Mangal 2019-01-19 14:43:04 +00:00 committed by root
parent 2693605be2
commit 2b443ce404

View file

@ -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: