mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
value: Adjust playbook for installing value02 in prod
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
- supybot-fedmsg
|
||||
- packagedb-cli
|
||||
- python-simplejson
|
||||
when: env == "production"
|
||||
when: inventory_hostname.startswith('value01')
|
||||
tags: supybot
|
||||
|
||||
- name: install limnoria package
|
||||
@@ -21,7 +21,7 @@
|
||||
- supybot-notify
|
||||
- supybot-meetbot
|
||||
- python3-sgmllib3k
|
||||
when: env == "staging"
|
||||
when: inventory_hostname.startswith('value02')
|
||||
tags: supybot
|
||||
|
||||
- set_fact: botname={{ botnames[env] }}
|
||||
|
||||
Reference in New Issue
Block a user