Skip to content

Commit 40a3f90

Browse files
committed
Fix admin list
1 parent 95d17f1 commit 40a3f90

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ zuul_operator_tenant_config:
33
- authorization-rule:
44
name: stackhpc-admin
55
conditions:
6-
zuul_uid: "[email protected]"
7-
zuul_uid: "[email protected]"
8-
zuul_uid: "[email protected]"
9-
zuul_uid: "[email protected]"
6+
- zuul_uid: "[email protected]"
7+
- zuul_uid: "[email protected]"
8+
- zuul_uid: "[email protected]"
9+
- zuul_uid: "[email protected]"
1010

1111
- tenant:
1212
name: stackhpc

0 commit comments

Comments
 (0)