fix(ansible): mv docker apt key in dedicated file
This commit is contained in:
		@@ -502,3 +502,7 @@ fr_FR.UTF-8 UTF-8
 | 
			
		||||
# to_TO UTF-8
 | 
			
		||||
# tpi_PG UTF-8
 | 
			
		||||
# yuw_PG UTF-8
 | 
			
		||||
# C.UTF-8 UTF-8
 | 
			
		||||
# ckb_IQ UTF-8
 | 
			
		||||
# rif_MA UTF-8
 | 
			
		||||
# syr UTF-8
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,7 @@
 | 
			
		||||
- name: Add apt key
 | 
			
		||||
  apt_key:
 | 
			
		||||
  ansible.builtin.apt_key:
 | 
			
		||||
    url:  https://download.docker.com/linux/debian/gpg
 | 
			
		||||
    keyring: /etc/apt/trusted.gpg.d/docker.gpg
 | 
			
		||||
 | 
			
		||||
- name: Add docker-ce repository
 | 
			
		||||
  apt_repository:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user