summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/update_repos_and_packages.yml
diff options
context:
space:
mode:
authorLénaïc Huard <lhuard@amadeus.com>2016-01-07 15:09:46 +0100
committerLénaïc Huard <lhuard@amadeus.com>2016-01-08 18:17:51 +0100
commit0c056112112886e0d5683a10eec3368695c96e88 (patch)
tree2207b1f1654cfff2f0b8e1fe5ac7efd8bd263bc5 /playbooks/common/openshift-cluster/update_repos_and_packages.yml
parentb733e7fb2c79c6b7423c159681eba28417cdf599 (diff)
downloadopenshift-0c056112112886e0d5683a10eec3368695c96e88.tar.gz
openshift-0c056112112886e0d5683a10eec3368695c96e88.tar.bz2
openshift-0c056112112886e0d5683a10eec3368695c96e88.tar.xz
openshift-0c056112112886e0d5683a10eec3368695c96e88.zip
Make bin/cluster able to spawn OSE 3.1 clusters
Diffstat (limited to 'playbooks/common/openshift-cluster/update_repos_and_packages.yml')
-rw-r--r--playbooks/common/openshift-cluster/update_repos_and_packages.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/common/openshift-cluster/update_repos_and_packages.yml b/playbooks/common/openshift-cluster/update_repos_and_packages.yml
index 9a303c62d..88736ee03 100644
--- a/playbooks/common/openshift-cluster/update_repos_and_packages.yml
+++ b/playbooks/common/openshift-cluster/update_repos_and_packages.yml
@@ -4,7 +4,7 @@
openshift_deployment_type: "{{ deployment_type }}"
roles:
- role: rhel_subscribe
- when: deployment_type == "enterprise" and
+ when: deployment_type in ["enterprise", "atomic-enterprise", "openshift-enterprise"] and
ansible_distribution == "RedHat" and
lookup('oo_option', 'rhel_skip_subscription') | default(rhsub_skip, True) |
default('no', True) | lower in ['no', 'false']