mirror of
				https://github.com/geerlingguy/ansible-role-docker.git
				synced 2025-10-24 11:16:46 +02:00 
			
		
		
		
	moved docker repo url to separate section
moved docker repo url to separate section because this url is common for both debian and redhat family.
This commit is contained in:
		
							parent
							
								
									4d488469c6
								
							
						
					
					
						commit
						5b55f89751
					
				| @ -15,8 +15,10 @@ docker_compose_version: "1.26.0" | ||||
| docker_compose_url: https://github.com/docker/compose/releases/download/{{ docker_compose_version }}/docker-compose-Linux-x86_64 | ||||
| docker_compose_path: /usr/local/bin/docker-compose | ||||
| 
 | ||||
| # Used only for Debian/Ubuntu. Switch 'stable' to 'nightly' if needed. | ||||
| # Docker repo url common for linux | ||||
| docker_repo_url: https://download.docker.com/linux | ||||
| 
 | ||||
| # Used only for Debian/Ubuntu. Switch 'stable' to 'nightly' if needed. | ||||
| docker_apt_release_channel: stable | ||||
| docker_apt_arch: amd64 | ||||
| docker_apt_repository: "deb [arch={{ docker_apt_arch }}] {{ docker_repo_url }}/{{ ansible_distribution | lower }} {{ ansible_distribution_release }} {{ docker_apt_release_channel }}" | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user