autosigner: Install fedmsg
This commit is contained in:
parent
7f00c656fb
commit
2f97e1d19e
1 changed files with 7 additions and 1 deletions
|
@ -1,4 +1,10 @@
|
||||||
- name: add pkgs
|
# sigul needs to be the latest package from the infrastructure builder repo
|
||||||
|
- name: install dependencies (latest versions)
|
||||||
yum: state=latest pkg={{ item }}
|
yum: state=latest pkg={{ item }}
|
||||||
with_items:
|
with_items:
|
||||||
- sigul
|
- sigul
|
||||||
|
|
||||||
|
- name: install dependencies
|
||||||
|
yum: state=installed pkg={{ item }}
|
||||||
|
with_items:
|
||||||
|
- fedmsg
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue