mirror of
https://github.com/geerlingguy/ansible-role-docker.git
synced 2025-10-06 11:14:53 +02:00
Add trim to url
This commit is contained in:
parent
2f5715734b
commit
b9c796267a
@ -35,7 +35,7 @@ docker_suse_release: >-
|
|||||||
|
|
||||||
# Official Docker repo URL for openSUSE Leap
|
# Official Docker repo URL for openSUSE Leap
|
||||||
docker_zypper_repo_url: >-
|
docker_zypper_repo_url: >-
|
||||||
https://download.opensuse.org/repositories/Virtualization:/containers/{{ docker_suse_release }}/
|
https://download.opensuse.org/repositories/Virtualization:/containers/{{ docker_suse_release | trim }}/
|
||||||
|
|
||||||
# Control whether to add the Docker repository
|
# Control whether to add the Docker repository
|
||||||
docker_add_repo: true
|
docker_add_repo: true
|
||||||
|
Loading…
Reference in New Issue
Block a user