fix task, creates is part of the command module

This commit is contained in:
Kevin Fenzi 2017-10-10 23:56:35 +00:00
parent 4c7079ce8e
commit ddc36498b0

View file

@ -170,8 +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{{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/search/termlist.DB
tags:
- packages
- packages/web