fix regindexer template: remove smart quotes and set fedmsg_env instead of env

This commit is contained in:
Kevin Fenzi 2018-11-05 17:30:31 +00:00
parent b6fd1ced65
commit 3c60ee15eb

View file

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