diff --git a/playbooks/groups/osbs-cluster.yml b/playbooks/groups/osbs-cluster.yml index 7b1fce386d..70ebd43d64 100644 --- a/playbooks/groups/osbs-cluster.yml +++ b/playbooks/groups/osbs-cluster.yml @@ -215,7 +215,7 @@ openshift_cluster_url: "{{osbs_url}}", openshift_master_ha: false, openshift_debug_level: 2, - openshift_deployment_type: "origin" + openshift_deployment_type: "origin", when: env == 'staging', tags: ['openshift-cluster','ansible-ansible-openshift-ansible'] } @@ -238,7 +238,7 @@ openshift_cluster_url: "{{osbs_url}}", openshift_master_ha: false, openshift_debug_level: 2, - openshift_deployment_type: "origin" + openshift_deployment_type: "origin", when: env == 'production', tags: ['openshift-cluster','ansible-ansible-openshift-ansible'] }