More syntax fixin (I hope)

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2020-11-05 16:18:08 -08:00
parent a03b707b02
commit d61631fbe7
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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: