Install the missing dependencies
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
d818a87c0c
commit
554ecdb248
1 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
- name: Install required packages
|
||||
package: name="{{ item }}" state=present
|
||||
with_items:
|
||||
- python2-koji
|
||||
- python2-requests
|
||||
|
||||
- name: Install script flagging commits on dist-git upon successful build
|
||||
copy:
|
||||
src: files/flag_commit_build.py
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue