Setup stg ursabot to use limnoria

This commit is contained in:
Kevin Fenzi 2016-06-11 22:10:07 +00:00
parent c0e952bca1
commit 25efc74423

View file

@ -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] }}