Add trim to url

This commit is contained in:
Houssem Ben Ali 2025-10-01 17:57:15 +02:00
parent 2f5715734b
commit b9c796267a
No known key found for this signature in database
GPG Key ID: 049BFBE52CB08FC1

View File

@ -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