openqa/server: update fifloader executable name

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2020-02-03 08:32:14 -08:00 committed by Pierre-Yves Chibon
parent c3699d3479
commit c95f8c78ff

View file

@ -304,7 +304,7 @@
changed_when: "1 != 1"
- name: Load all tests (FIF format)
command: "/var/lib/openqa/share/tests/fedora/fifloader -l --clean templates.fif.json templates-updates.fif.json"
command: "/var/lib/openqa/share/tests/fedora/fifloader.py -l --clean templates.fif.json templates-updates.fif.json"
when: "(gittests is defined) and (gittests is changed) and (templatesfif.stat.exists == true)"
changed_when: "1 != 1"