diff --git a/roles/openqa/dispatcher/templates/schedule.conf.j2 b/roles/openqa/dispatcher/templates/schedule.conf.j2 index 5c0c11dea2..6b7156c5bf 100644 --- a/roles/openqa/dispatcher/templates/schedule.conf.j2 +++ b/roles/openqa/dispatcher/templates/schedule.conf.j2 @@ -1,6 +1,7 @@ [report] +submit_resultsdb: false {% if wikitcms_user is defined and wikitcms_password is defined %} -submit: true +submit_wiki: true {% else %} -submit: false +submit_wiki: false {% endif %}