Use python string formatting for upload-git-mirror

Another hotfix for Zuul 4.6.0, related to
I47687d4e747652279f7da7a85e6a431fde525dd7 which implements the other
half.

Change-Id: I7ce36b9838a54637d52921f2953ad32a845abdd2
This commit is contained in:
Jeremy Stanley 2021-06-24 17:37:04 +00:00
parent 51d2d2c7e4
commit 6040dba73f
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
- hosts: localhost
roles:
- name: upload-git-mirror
git_mirror_repository: "{{ git_mirror_credentials.target_repository }}"
git_mirror_repository: "{{ git_mirror_credentials.target_repository.format(zuul=zuul) }}"