mirror of
				https://github.com/geerlingguy/ansible-role-docker.git
				synced 2025-11-01 01:19:32 +01:00 
			
		
		
		
	Merge pull request #281 from eengstrom/additional-check-mode-error-ignores
Add check and ignore installation errors in `--check` mode
This commit is contained in:
		
						commit
						e0fc26eb36
					
				@ -10,6 +10,7 @@
 | 
			
		||||
    name: "{{ docker_package }}"
 | 
			
		||||
    state: "{{ docker_package_state }}"
 | 
			
		||||
  notify: restart docker
 | 
			
		||||
  ignore_errors: "{{ ansible_check_mode }}"
 | 
			
		||||
 | 
			
		||||
- name: Ensure Docker is started and enabled at boot.
 | 
			
		||||
  service:
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user