Let's play some more syntax bingo

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2018-10-09 13:17:18 -07:00
parent 1e96a516ea
commit 99a2f7dd01

View file

@ -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