notifs / staging: fix missing =
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
e2f4b0dfa2
commit
eee862c9a6
2 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@
|
|||
# Needed to produce nice long emails about koji builds
|
||||
- koji
|
||||
when:
|
||||
inventory_hostname.startswith('notifs-backend02') or env = 'staging'
|
||||
inventory_hostname.startswith('notifs-backend02') or env == 'staging'
|
||||
tags:
|
||||
- notifs
|
||||
- notifs/backend
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
notify:
|
||||
- restart apache
|
||||
when:
|
||||
inventory_hostname.startswith('notifs-backend02') or env = 'staging'
|
||||
inventory_hostname.startswith('notifs-backend02') or env == 'staging'
|
||||
tags:
|
||||
- notifs
|
||||
- notifs/frontend
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue