simple-koji-ci: Fix packages to use a python list
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
742f68d258
commit
0d24af954e
1 changed files with 3 additions and 8 deletions
|
@ -2,14 +2,9 @@
|
|||
# Configuration for simple-koji-ci
|
||||
|
||||
- name: install needed packages
|
||||
package: name={{ item }} state=present
|
||||
with_items:
|
||||
- simple-koji-ci
|
||||
- python-qpid
|
||||
- python2-koji
|
||||
- git
|
||||
- fedpkg
|
||||
- mock
|
||||
package:
|
||||
name=["simple-koji-ci", "python-qpid", "python2-koji", "git", "fedpkg", "mock"]
|
||||
state=present
|
||||
tags:
|
||||
- packages
|
||||
- simple-koji-ci
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue