Let's play some more syntax bingo
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
1e96a516ea
commit
99a2f7dd01
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue