Skip to content

Commit ec53748

Browse files
committed
Fix some yaml inconsistencies
1 parent 0dbbd92 commit ec53748

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ansible/inventory/group_vars/all/cr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ zuul_operator_cr: |
1818
secretName: zuul-nodepool-config
1919
web:
2020
count: 1
21-
root: https://zuul.stackhpc.com
21+
root: "https://zuul.stackhpc.com"
2222
connections:
2323
github:
2424
driver: github

ansible/inventory/group_vars/all/zuul-operator-tenant-config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ zuul_operator_tenant_config:
99
- stackhpc/ansible-collection-cephadm
1010
opendev:
1111
untrusted-projects:
12-
- zuul/zuul-jobs
12+
- zuul/zuul-jobs:
1313
shadow: stackhpc-zuul-config
1414
stackhpc:
1515
config-projects:

0 commit comments

Comments
 (0)