regindexer needs to own it's own files to write the json and icons.

regindexer needs to know it's it is in staging or production.
This commit is contained in:
Kevin Fenzi 2018-10-19 17:14:00 +00:00
parent c42c9f091f
commit a8637b4806
2 changed files with 6 additions and 1 deletions

View file

@ -5,6 +5,11 @@
- packages
- regindexer
- name: make sure regindexer owns it's own files
file: path=/var/lib/regindexer recurse=yes owner=regindexer group=regindexer
tags:
- regindexer
- name: Install config.yaml file
template: src=config.yaml dest=/etc/regindexer/config.yaml
tags:

View file

@ -33,4 +33,4 @@ indexes:
extract_icons: True
daemon:
topic_prefix: org.fedoraproject
environment: {stg/prod}
environment: "{{ env }}"