diff --git a/roles/regindexer/build/templates/config.yaml b/roles/regindexer/build/templates/config.yaml index 3fc3a30b19..569dc9466f 100644 --- a/roles/regindexer/build/templates/config.yaml +++ b/roles/regindexer/build/templates/config.yaml @@ -19,7 +19,7 @@ indexes: output: /var/lib/regindexer/index/flatpak-amd64.json registry: https://registry{{ env_suffix }}.fedoraproject.org registry_public: / - tags: [‘latest’] + tags: ['latest'] required_annotations: ['org.flatpak.ref'] architectures: ['amd64'] extract_icons: True @@ -27,10 +27,10 @@ indexes: output: /var/lib/regindexer/index/flatpak-testing-amd64.json registry: https://registry{{ env_suffix }}.fedoraproject.org registry_public: / - tags: [‘testing’] + tags: ['testing'] required_annotations: ['org.flatpak.ref'] architectures: ['amd64'] extract_icons: True daemon: topic_prefix: org.fedoraproject - environment: "{{ env }}" + environment: "{{ fedmsg_env }}"