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
|
# Configuration for simple-koji-ci
|
||||||
|
|
||||||
- name: install needed packages
|
- name: install needed packages
|
||||||
package: name={{ item }} state=present
|
package:
|
||||||
with_items:
|
name=["simple-koji-ci", "python-qpid", "python2-koji", "git", "fedpkg", "mock"]
|
||||||
- simple-koji-ci
|
state=present
|
||||||
- python-qpid
|
|
||||||
- python2-koji
|
|
||||||
- git
|
|
||||||
- fedpkg
|
|
||||||
- mock
|
|
||||||
tags:
|
tags:
|
||||||
- packages
|
- packages
|
||||||
- simple-koji-ci
|
- simple-koji-ci
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue