From 4c7079ce8eb2689c5594f6c59f6acc869185cfca Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Wed, 11 Oct 2017 01:33:47 +0200 Subject: [PATCH] Make this work for both stg and prod Signed-off-by: Patrick Uiterwijk --- 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 599bfb795a..0124b78115 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/search --mdapi-url=https://apps.stg.fedoraproject.org/mdapi --icons-url=https://dl.fedoraproject.org/pub/alt/screenshots --tagger-url=https://apps.stg.fedoraproject.org/tagger + 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 tags: - packages