value: make sure to only start zodbot on value02 now
We moved zodbot from value01 (rhel7/python2) to value02 (rhel8/python3). Without this it starts zodbot on 2 hosts and caused problems. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
bb62cec8f8
commit
a64b1e8e4f
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@
|
||||||
|
|
||||||
- name: enable zodbot service (prod)
|
- name: enable zodbot service (prod)
|
||||||
service: name=zodbot state=started enabled=true
|
service: name=zodbot state=started enabled=true
|
||||||
when: env == "production"
|
when: env == "production" and inventory_hostname.startswith('value02')
|
||||||
tags:
|
tags:
|
||||||
- config
|
- config
|
||||||
- supybot
|
- supybot
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue