notifs / staging: fix missing =

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2022-03-02 15:31:39 -08:00
parent e2f4b0dfa2
commit eee862c9a6
2 changed files with 2 additions and 2 deletions

View file

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

View file

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