value: Adjust playbook for installing value02 in prod
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
8a363ce123
commit
f9b76c707e
1 changed files with 2 additions and 2 deletions
|
@ -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] }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue