From 1e96a516ead37811a520ac8293b471eda5e5db75 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 9 Oct 2018 13:15:12 -0700 Subject: [PATCH] Maybe with quotes? Why doesn't the example page explain this? Signed-off-by: Adam Williamson --- roles/openqa/dispatcher/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openqa/dispatcher/tasks/main.yml b/roles/openqa/dispatcher/tasks/main.yml index c94903a7fc..5b94f04f04 100644 --- a/roles/openqa/dispatcher/tasks/main.yml +++ b/roles/openqa/dispatcher/tasks/main.yml @@ -42,7 +42,7 @@ # just keeping this around for convenience as we often need it - name: Install required packages (testing) - dnf: name=['python2-fedfind', 'python2-wikitcms'] state=present enablerepo="updates-testing" + dnf: name="['python2-fedfind', 'python2-wikitcms']" state=present enablerepo="updates-testing" tags: - packages