Skip to content

Commit c2e4f9f

Browse files
[autohold playbook] Add missing bracket
#2607 missed a bracket and that results into an error. Related-Issue: OSPRH-12508
1 parent 607e0e6 commit c2e4f9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/playbooks/multinode-autohold.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
_zuul_api_url: >-
3030
{{
3131
[
32-
('https://'+ _zuul_host,
32+
('https://'+ _zuul_host),
3333
'zuul',
3434
'api',
3535
'tenant',

0 commit comments

Comments
 (0)