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:
parent
c42c9f091f
commit
a8637b4806
2 changed files with 6 additions and 1 deletions
|
@ -5,6 +5,11 @@
|
||||||
- packages
|
- packages
|
||||||
- regindexer
|
- 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
|
- name: Install config.yaml file
|
||||||
template: src=config.yaml dest=/etc/regindexer/config.yaml
|
template: src=config.yaml dest=/etc/regindexer/config.yaml
|
||||||
tags:
|
tags:
|
||||||
|
|
|
@ -33,4 +33,4 @@ indexes:
|
||||||
extract_icons: True
|
extract_icons: True
|
||||||
daemon:
|
daemon:
|
||||||
topic_prefix: org.fedoraproject
|
topic_prefix: org.fedoraproject
|
||||||
environment: {stg/prod}
|
environment: "{{ env }}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue