summaryrefslogtreecommitdiffstats
path: root/playbooks/openstack
diff options
context:
space:
mode:
authorBrenton Leanhardt <bleanhar@redhat.com>2016-02-10 08:05:47 -0500
committerBrenton Leanhardt <bleanhar@redhat.com>2016-02-10 08:05:47 -0500
commita0701fd2d6401acf7dc9eb8c1e711d66b83dc554 (patch)
tree3dad5610d7a07be2ec349b5155d8918c523cffe9 /playbooks/openstack
parentb97f68b5b9f044b560baff0607fc423431f0a8cc (diff)
parent9206f379bdc38ffe4d46efea6b56058ab3dda7b7 (diff)
downloadopenshift-a0701fd2d6401acf7dc9eb8c1e711d66b83dc554.tar.gz
openshift-a0701fd2d6401acf7dc9eb8c1e711d66b83dc554.tar.bz2
openshift-a0701fd2d6401acf7dc9eb8c1e711d66b83dc554.tar.xz
openshift-a0701fd2d6401acf7dc9eb8c1e711d66b83dc554.zip
Merge pull request #1364 from codificat/openshift-enterprise
Add missing atomic- and openshift-enterprise
Diffstat (limited to 'playbooks/openstack')
-rw-r--r--playbooks/openstack/openshift-cluster/terminate.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/openstack/openshift-cluster/terminate.yml b/playbooks/openstack/openshift-cluster/terminate.yml
index 7a86b78c5..a1fb41b53 100644
--- a/playbooks/openstack/openshift-cluster/terminate.yml
+++ b/playbooks/openstack/openshift-cluster/terminate.yml
@@ -19,7 +19,7 @@
- vars.yml
roles:
- role: rhel_unsubscribe
- when: deployment_type == "enterprise" and
+ when: deployment_type in ['atomic-enterprise', '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']