Setup stg ursabot to use limnoria
This commit is contained in:
parent
c0e952bca1
commit
25efc74423
1 changed files with 15 additions and 0 deletions
|
@ -9,6 +9,21 @@
|
|||
- supybot-fedmsg
|
||||
- packagedb-cli
|
||||
tags: supybot
|
||||
when: env == "production"
|
||||
|
||||
- name: install limnoria package
|
||||
yum: pkg={{ item }} state=present enablerepo=epel-testing
|
||||
with_items:
|
||||
- limnoria
|
||||
- supybot-fedora
|
||||
- supybot-koji
|
||||
- supybot-notify
|
||||
- supybot-pinglists
|
||||
- supybot-fedmsg
|
||||
- packagedb-cli
|
||||
- python-simplejson
|
||||
tags: supybot
|
||||
when: env == "staging"
|
||||
|
||||
- set_fact: botname={{ botnames[env] }}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue