mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +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
|
state: absent
|
||||||
|
|
||||||
# but we use the tar file to get the latest version; really only benefits the xo4 on fedora 18
|
# 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:
|
get_url:
|
||||||
url: "{{ nextcloud_dl_url }}/{{ nextcloud_src_file }}"
|
url: "{{ nextcloud_dl_url }}/{{ nextcloud_orig_src_file }}"
|
||||||
dest: "{{ downloads_dir }}/{{ nextcloud_src_file }}"
|
dest: "{{ downloads_dir }}/{{ nextcloud_src_file }}"
|
||||||
timeout: "{{ download_timeout }}"
|
timeout: "{{ download_timeout }}"
|
||||||
when: internet_available
|
when: internet_available
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue