mirror of
				https://github.com/geerlingguy/ansible-role-docker.git
				synced 2025-10-24 11:16:46 +02:00 
			
		
		
		
	fix: remove extra spaces on enable option in ini files
This commit is contained in:
		
							parent
							
								
									ab3d6c7ec5
								
							
						
					
					
						commit
						efebb627b9
					
				| @ -27,6 +27,7 @@ | ||||
|     option: enabled | ||||
|     value: '{{ docker_yum_repo_enable_nightly }}' | ||||
|     mode: 0644 | ||||
|     no_extra_spaces: yes | ||||
| 
 | ||||
| - name: Configure Docker Test repo. | ||||
|   ini_file: | ||||
| @ -35,6 +36,7 @@ | ||||
|     option: enabled | ||||
|     value: '{{ docker_yum_repo_enable_test }}' | ||||
|     mode: 0644 | ||||
|     no_extra_spaces: yes | ||||
| 
 | ||||
| - name: Configure containerd on RHEL 8. | ||||
|   block: | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user