mirror of
				https://github.com/iiab/iiab.git
				synced 2025-03-09 15:40:17 +00:00 
			
		
		
		
	Update main.yml
This commit is contained in:
		
							parent
							
								
									5ad953dbd0
								
							
						
					
					
						commit
						17847d05d0
					
				
					 1 changed files with 5 additions and 5 deletions
				
			
		| 
						 | 
				
			
			@ -13,16 +13,16 @@
 | 
			
		|||
#     msg: "nextcloud_force_install: {{ nextcloud_force_install }}"
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
- name: Download latest Nextcloud software to /opt/iiab/download/{{ nextcloud_src_file }}
 | 
			
		||||
- name: Download {{ nextcloud_dl_url }}/{{ nextcloud_orig_src_file }} to {{ downloads_dir }}/{{ nextcloud_src_file }}
 | 
			
		||||
  get_url:
 | 
			
		||||
    url: "{{ nextcloud_dl_url }}/{{ nextcloud_orig_src_file }}"
 | 
			
		||||
    dest: "{{ downloads_dir }}/{{ nextcloud_src_file }}"
 | 
			
		||||
    force: yes
 | 
			
		||||
    #validate_certs: False    # TEMPORARY ON/AFTER 2018-07-22 AS download.nextcloud.com CERT EXPIRED: https://github.com/iiab/iiab/issues/954
 | 
			
		||||
    timeout: "{{ download_timeout }}"
 | 
			
		||||
    #force: yes
 | 
			
		||||
    #validate_certs: False    # TEMPORARY ON/AFTER 2018-07-22 AS download.nextcloud.com CERT EXPIRED: https://github.com/iiab/iiab/issues/954
 | 
			
		||||
  when: internet_available and nextcloud_force_install
 | 
			
		||||
  async: 1800
 | 
			
		||||
  poll: 10
 | 
			
		||||
  #async: 1800
 | 
			
		||||
  #poll: 10
 | 
			
		||||
  tags:
 | 
			
		||||
    - download
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue