mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
value02.stg: update packages installed
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
@@ -9,6 +9,19 @@
|
||||
- supybot-fedmsg
|
||||
- packagedb-cli
|
||||
- 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
|
||||
|
||||
- set_fact: botname={{ botnames[env] }}
|
||||
@@ -112,4 +125,3 @@
|
||||
- supybot
|
||||
- SAR
|
||||
- GDPR
|
||||
|
||||
|
||||
Reference in New Issue
Block a user