mirror of
				https://github.com/geerlingguy/ansible-role-docker.git
				synced 2025-11-01 01:19:32 +01:00 
			
		
		
		
	Add docker-buildx-plugin to docker_packages
This commit is contained in:
		
							parent
							
								
									be3b7c289c
								
							
						
					
					
						commit
						0a410c1031
					
				@ -6,6 +6,7 @@ docker_packages:
 | 
				
			|||||||
  - "docker-{{ docker_edition }}-cli"
 | 
					  - "docker-{{ docker_edition }}-cli"
 | 
				
			||||||
  - "docker-{{ docker_edition }}-rootless-extras"
 | 
					  - "docker-{{ docker_edition }}-rootless-extras"
 | 
				
			||||||
  - "containerd.io"
 | 
					  - "containerd.io"
 | 
				
			||||||
 | 
					  - docker-buildx-plugin
 | 
				
			||||||
docker_packages_state: present
 | 
					docker_packages_state: present
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Service options.
 | 
					# Service options.
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user