From 99a2f7dd010119ceda0244c0b38833db13620c30 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 9 Oct 2018 13:17:18 -0700 Subject: [PATCH] Let's play some more syntax bingo Signed-off-by: Adam Williamson --- roles/openqa/dispatcher/tasks/main.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/roles/openqa/dispatcher/tasks/main.yml b/roles/openqa/dispatcher/tasks/main.yml index 5b94f04f04..2295a24a0c 100644 --- a/roles/openqa/dispatcher/tasks/main.yml +++ b/roles/openqa/dispatcher/tasks/main.yml @@ -42,7 +42,10 @@ # 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