mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-16 13:56:03 +08:00
fix regindexer template: remove smart quotes and set fedmsg_env instead of env
This commit is contained in:
@@ -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 }}"
|
||||
|
||||
Reference in New Issue
Block a user