diff --git a/roles/openqa/dispatcher/tasks/main.yml b/roles/openqa/dispatcher/tasks/main.yml index c2260bbc5d..0e71bcf4c6 100644 --- a/roles/openqa/dispatcher/tasks/main.yml +++ b/roles/openqa/dispatcher/tasks/main.yml @@ -167,7 +167,7 @@ - name: Install required packages package: - name: ['fedora-messaging', python3-fedfind', 'python3-wikitcms', 'python3-openqa_client', + name: ['fedora-messaging', 'python3-fedfind', 'python3-wikitcms', 'python3-openqa_client', 'python3-requests', 'python3-resultsdb_api', 'python3-resultsdb_conventions-fedora', 'python3-setuptools', 'python3-six'] state: present