mirror of
				https://github.com/geerlingguy/ansible-role-docker.git
				synced 2025-10-24 11:16:46 +02:00 
			
		
		
		
	
							parent
							
								
									64b17dc423
								
							
						
					
					
						commit
						9c4e21caec
					
				| @ -19,18 +19,6 @@ | ||||
|     state: present | ||||
|   when: docker_add_repo | bool | ||||
| 
 | ||||
| - name: Ensure additional dependencies are installed (on Ubuntu < 20.04 and any other systems). | ||||
|   apt: | ||||
|     name: gnupg2 | ||||
|     state: present | ||||
|   when: ansible_distribution != 'Ubuntu' or ansible_distribution_version is version('20.04', '<') | ||||
| 
 | ||||
| - name: Ensure additional dependencies are installed (on Ubuntu >= 20.04). | ||||
|   apt: | ||||
|     name: gnupg | ||||
|     state: present | ||||
|   when: ansible_distribution == 'Ubuntu' and ansible_distribution_version is version('20.04', '>=') | ||||
| 
 | ||||
| - name: Ensure directory exists for /etc/apt/keyrings | ||||
|   file: | ||||
|     path: /etc/apt/keyrings | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user