mirror of
				https://github.com/geerlingguy/ansible-role-docker.git
				synced 2025-10-24 11:16:46 +02:00 
			
		
		
		
	Fix lint issues
This commit is contained in:
		
							parent
							
								
									f04ad931db
								
							
						
					
					
						commit
						e1515e97b9
					
				| @ -15,13 +15,13 @@ | ||||
|     repo: "{{ docker_zypper_repo_url }}" | ||||
|     state: present | ||||
|     auto_import_keys: yes | ||||
|   when: docker_add_repo | bool | ||||
|   when: docker_add_repo | bool == true | ||||
| 
 | ||||
| - name: Refresh zypper repositories. | ||||
|   command: zypper --non-interactive refresh | ||||
|   when: docker_add_repo | bool | ||||
|   when: docker_add_repo | bool == true | ||||
| 
 | ||||
| - name: Ensure Docker packages are installed. | ||||
|   ansible.legacy.zypper: | ||||
|     name: "{{ docker_packages }}" | ||||
|     state: present | ||||
|     state: present | ||||
|  | ||||
| @ -30,6 +30,7 @@ docker_suse_release: >- | ||||
| 
 | ||||
| 
 | ||||
| # Official repo for openSUSE Leap (adjust $releasever if needed) | ||||
| docker_zypper_repo_url: "https://download.opensuse.org/repositories/Virtualization:/containers/{{ docker_suse_release }}/" | ||||
| docker_zypper_repo_url: >- | ||||
|   https://download.opensuse.org/repositories/Virtualization:/containers/{{ docker_suse_release }}/ | ||||
| 
 | ||||
| docker_add_repo: true | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user