Tweak path and set indexer to run only in stg for now via playbook
This commit is contained in:
parent
64ee4fb109
commit
4b57e2d022
1 changed files with 2 additions and 1 deletions
|
@ -170,8 +170,9 @@
|
|||
- selinux
|
||||
|
||||
- name: Build the database the first time. This takes a while
|
||||
command: /usr/bin/fcomm-index-packages --index-db-dest=/var/cache/fedoracommunity/packages/xapian/search --mdapi-url=https://apps{{env_suffix}}.fedoraproject.org/mdapi --icons-url=https://dl.fedoraproject.org/pub/alt/screenshots --tagger-url=https://apps{{env_suffix}}.fedoraproject.org/tagger creates=/var/cache/fedoracommunity/packages/xapian/search/search/termlist.DB
|
||||
command: /usr/bin/fcomm-index-packages --index-db-dest=/var/cache/fedoracommunity/packages/xapian/search --mdapi-url=https://apps{{env_suffix}}.fedoraproject.org/mdapi --icons-url=https://dl.fedoraproject.org/pub/alt/screenshots --tagger-url=https://apps{{env_suffix}}.fedoraproject.org/tagger creates=/var/cache/fedoracommunity/packages/xapian/search/termlist.DB
|
||||
tags:
|
||||
- packages
|
||||
- packages/web
|
||||
- selinux
|
||||
when: ansible_distribution_major_version|int > 6
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue