1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-14 20:22:08 +00:00

Update F18.yml

This commit is contained in:
A Holt 2017-12-08 01:45:02 -05:00 committed by GitHub
parent 1f7812b0ad
commit 36c273d1c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,9 +4,9 @@
state: absent
# but we use the tar file to get the latest version; really only benefits the xo4 on fedora 18
- name: Get Nextcloud software
- name: Download latest Nextcloud software to /opt/iiab/download/{{ nextcloud_src_file }}
get_url:
url: "{{ nextcloud_dl_url }}/{{ nextcloud_src_file }}"
url: "{{ nextcloud_dl_url }}/{{ nextcloud_orig_src_file }}"
dest: "{{ downloads_dir }}/{{ nextcloud_src_file }}"
timeout: "{{ download_timeout }}"
when: internet_available