docker roles: Support debian 12
This commit is contained in:
		
					parent
					
						
							
								82b64e24c6
							
						
					
				
			
			
				commit
				
					
						67483ece20
					
				
			
		
					 3 changed files with 3 additions and 1 deletions
				
			
		|  | @ -6,3 +6,4 @@ dependencies: | |||
|         - name: Debian | ||||
|           major_versions: | ||||
|             - 11 | ||||
|             - 12 | ||||
|  |  | |||
|  | @ -9,7 +9,7 @@ | |||
| 
 | ||||
| - name: make sure Dockers APT repository is added | ||||
|   ansible.builtin.apt_repository: | ||||
|     repo: deb [arch=amd64 signed-by=/etc/apt/trusted.gpg.d/docker.asc] https://download.docker.com/linux/debian bullseye stable | ||||
|     repo: "deb [arch=amd64 signed-by=/etc/apt/trusted.gpg.d/docker.asc] https://download.docker.com/linux/debian {{ ansible_distribution_release }} stable" | ||||
|     filename: docker | ||||
|     state: present | ||||
|   become: true | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue