mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
Fix missing quote mark in autocloudreporter package list
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
- name: Install required packages
|
||||
dnf:
|
||||
name: ['python2-fedfind', 'python2-fedmsg-consumers', 'python2-resultsdb_api',
|
||||
'python2-resultsdb_conventions-fedora', python-setuptools']
|
||||
'python2-resultsdb_conventions-fedora', 'python2-setuptools']
|
||||
state: present
|
||||
tags:
|
||||
- packages
|
||||
|
||||
Reference in New Issue
Block a user