mirror of
				https://github.com/geerlingguy/ansible-role-docker.git
				synced 2025-11-01 01:19:32 +01:00 
			
		
		
		
	Remove deprecated warn arg from command and shell module invocations.
This commit is contained in:
		
							parent
							
								
									9685a2a30d
								
							
						
					
					
						commit
						03d5bd6d06
					
				@ -41,8 +41,6 @@
 | 
			
		||||
- name: Add Docker apt key (alternative for older systems without SNI).
 | 
			
		||||
  shell: >
 | 
			
		||||
    curl -sSL {{ docker_apt_gpg_key }} | apt-key add -
 | 
			
		||||
  args:
 | 
			
		||||
    warn: false
 | 
			
		||||
  when: add_repository_key is failed
 | 
			
		||||
 | 
			
		||||
- name: Add Docker repository.
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user