From 6396276ec9e9f25d3e9ef1a97d0c7dd5b5eb8ff8 Mon Sep 17 00:00:00 2001 From: Clement Verna Date: Thu, 21 Dec 2017 11:49:15 +0100 Subject: [PATCH] Add the destination for the icons during indexing Signed-off-by: Clement Verna --- roles/packages3/web/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/packages3/web/tasks/main.yml b/roles/packages3/web/tasks/main.yml index 3d68db4692..0701c8a705 100644 --- a/roles/packages3/web/tasks/main.yml +++ b/roles/packages3/web/tasks/main.yml @@ -170,7 +170,7 @@ - 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 --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 + command: /usr/bin/fcomm-index-packages --index-db-dest=/var/cache/fedoracommunity/packages/xapian --icons-dest /var/cache/fedoracommunity/packages/icons --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.glass tags: - packages