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:
parent
1f7812b0ad
commit
36c273d1c6
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue