mirror of
				https://github.com/iiab/iiab.git
				synced 2025-03-09 15:40:17 +00:00 
			
		
		
		
	Update computed_vars.yml
kiwix - remove duplicate code
This commit is contained in:
		
							parent
							
								
									b490606a44
								
							
						
					
					
						commit
						b4ac79f445
					
				
					 1 changed files with 0 additions and 18 deletions
				
			
		|  | @ -142,21 +142,3 @@ | |||
|   set_fact: | ||||
|     is_CentOS: True | ||||
|   when: ansible_distribution == "CentOS" | ||||
| 
 | ||||
| - name: Set kiwix source file name i686 | ||||
|   set_fact: | ||||
|      kiwix_src_file: "kiwix-linux-i686.tar.bz2" | ||||
|      kiwix_src_bin_only: False | ||||
|   when: ansible_machine == "i686" | ||||
| 
 | ||||
| - name: Set kiwix source file name x86_64 | ||||
|   set_fact: | ||||
|      kiwix_src_file: "kiwix-0.9-linux-x86_64.tar.bz2" | ||||
|      kiwix_src_bin_only: False | ||||
|   when: ansible_machine == "x86_64" | ||||
| 
 | ||||
| - name: Set kiwix source file name armv7l | ||||
|   set_fact: | ||||
|      kiwix_src_file: "kiwix-server-0.9-linux-armv5tejl.tar.bz2" | ||||
|      kiwix_src_bin_only: True | ||||
|   when: ansible_machine == "armv7l" | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue