mirror of
				https://github.com/geerlingguy/ansible-role-docker.git
				synced 2025-10-24 11:16:46 +02:00 
			
		
		
		
	PR #43 follow-up: Align order of vars in docs with defaults.
This commit is contained in:
		
							parent
							
								
									4f13394165
								
							
						
					
					
						commit
						3f96f8f023
					
				| @ -29,8 +29,8 @@ Whether to restart the Docker daemon after the Docker package is installed or up | ||||
| 
 | ||||
| Docker Compose installation options. | ||||
| 
 | ||||
|     docker_apt_arch: amd64 | ||||
|     docker_apt_release_channel: stable | ||||
|     docker_apt_arch: amd64 | ||||
|     docker_apt_repository: "deb [arch={{ docker_apt_arch }}] https://download.docker.com/linux/{{ ansible_distribution|lower }} {{ ansible_distribution_release }} {{ docker_apt_release_channel }}" | ||||
|     docker_apt_ignore_key_error: True | ||||
| 
 | ||||
|  | ||||
| @ -12,8 +12,7 @@ docker_compose_path: /usr/local/bin/docker-compose | ||||
| 
 | ||||
| # Used only for Debian/Ubuntu. Switch 'stable' to 'edge' if needed. | ||||
| docker_apt_release_channel: stable | ||||
| # Architecture must be specified in order for updates to work. Choose between 'amd64' & 'i386'. | ||||
| docker_apt_arch: amd64  | ||||
| docker_apt_arch: amd64 | ||||
| docker_apt_repository: "deb [arch={{ docker_apt_arch }}] https://download.docker.com/linux/{{ ansible_distribution|lower }} {{ ansible_distribution_release }} {{ docker_apt_release_channel }}" | ||||
| docker_apt_ignore_key_error: True | ||||
| 
 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user