value02.stg: update packages installed
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
parent
a113166424
commit
e52a69042c
1 changed files with 13 additions and 1 deletions
|
@ -9,6 +9,19 @@
|
||||||
- supybot-fedmsg
|
- supybot-fedmsg
|
||||||
- packagedb-cli
|
- packagedb-cli
|
||||||
- python-simplejson
|
- python-simplejson
|
||||||
|
when: env == "production"
|
||||||
|
tags: supybot
|
||||||
|
|
||||||
|
- name: install limnoria package
|
||||||
|
package: name={{ item }} state=present enablerepo=epel-testing
|
||||||
|
with_items:
|
||||||
|
- limnoria
|
||||||
|
- supybot-fedora
|
||||||
|
- supybot-koji
|
||||||
|
- supybot-notify
|
||||||
|
- supybot-meetbot
|
||||||
|
- python3-sgmllib3k
|
||||||
|
when: env == "staging"
|
||||||
tags: supybot
|
tags: supybot
|
||||||
|
|
||||||
- set_fact: botname={{ botnames[env] }}
|
- set_fact: botname={{ botnames[env] }}
|
||||||
|
@ -112,4 +125,3 @@
|
||||||
- supybot
|
- supybot
|
||||||
- SAR
|
- SAR
|
||||||
- GDPR
|
- GDPR
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue