fix syntax error in osbs-cluster.yml
Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
parent
ed52f99340
commit
9b93c851f4
1 changed files with 2 additions and 2 deletions
|
@ -215,7 +215,7 @@
|
||||||
openshift_cluster_url: "{{osbs_url}}",
|
openshift_cluster_url: "{{osbs_url}}",
|
||||||
openshift_master_ha: false,
|
openshift_master_ha: false,
|
||||||
openshift_debug_level: 2,
|
openshift_debug_level: 2,
|
||||||
openshift_deployment_type: "origin"
|
openshift_deployment_type: "origin",
|
||||||
when: env == 'staging',
|
when: env == 'staging',
|
||||||
tags: ['openshift-cluster','ansible-ansible-openshift-ansible']
|
tags: ['openshift-cluster','ansible-ansible-openshift-ansible']
|
||||||
}
|
}
|
||||||
|
@ -238,7 +238,7 @@
|
||||||
openshift_cluster_url: "{{osbs_url}}",
|
openshift_cluster_url: "{{osbs_url}}",
|
||||||
openshift_master_ha: false,
|
openshift_master_ha: false,
|
||||||
openshift_debug_level: 2,
|
openshift_debug_level: 2,
|
||||||
openshift_deployment_type: "origin"
|
openshift_deployment_type: "origin",
|
||||||
when: env == 'production',
|
when: env == 'production',
|
||||||
tags: ['openshift-cluster','ansible-ansible-openshift-ansible']
|
tags: ['openshift-cluster','ansible-ansible-openshift-ansible']
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue