mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-28 20:42:20 +08:00
Let's play some more syntax bingo
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user