mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-02 23:30:29 +08:00
maubot-stg: fix logic in oc rollout conditional
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
@@ -122,7 +122,7 @@
|
||||
- role: openshift/rollout
|
||||
app: maubot
|
||||
dcname: maubot
|
||||
when: env != "production"
|
||||
when: env == "production"
|
||||
|
||||
###############################################
|
||||
# actions to delete the project from OpenShift
|
||||
|
||||
Reference in New Issue
Block a user