More syntax fixin (I hope)
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
a03b707b02
commit
d61631fbe7
2 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@ openqa_compose_arches: x86_64,aarch64
|
|||
openqa_update_arches: ['x86_64']
|
||||
|
||||
# all our workers need NFS access
|
||||
openqa_nfs_workers: {{ groups['openqa_workers'] }}
|
||||
openqa_nfs_workers: "{{ groups['openqa_workers'] }}"
|
||||
|
||||
deployment_type: prod
|
||||
freezes: false
|
||||
|
|
|
@ -47,7 +47,7 @@ openqa_compose_arches: x86_64,aarch64,ppc64le
|
|||
openqa_update_arches: ['x86_64', 'ppc64le']
|
||||
|
||||
# all our workers need NFS access
|
||||
openqa_nfs_workers: {{ groups['openqa_lab_workers'] }}
|
||||
openqa_nfs_workers: "{{ groups['openqa_lab_workers'] }}"
|
||||
|
||||
# FIXME: disable consumers that write to wiki until auth key
|
||||
# is working again:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue