value: Adjust playbook for installing value02 in prod

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2021-08-17 12:24:32 -07:00
parent 8a363ce123
commit f9b76c707e

View file

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