diff options
author | Brenton Leanhardt <bleanhar@redhat.com> | 2016-02-10 08:05:47 -0500 |
---|---|---|
committer | Brenton Leanhardt <bleanhar@redhat.com> | 2016-02-10 08:05:47 -0500 |
commit | a0701fd2d6401acf7dc9eb8c1e711d66b83dc554 (patch) | |
tree | 3dad5610d7a07be2ec349b5155d8918c523cffe9 /playbooks/libvirt/openshift-cluster | |
parent | b97f68b5b9f044b560baff0607fc423431f0a8cc (diff) | |
parent | 9206f379bdc38ffe4d46efea6b56058ab3dda7b7 (diff) | |
download | openshift-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/libvirt/openshift-cluster')
-rw-r--r-- | playbooks/libvirt/openshift-cluster/terminate.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/libvirt/openshift-cluster/terminate.yml b/playbooks/libvirt/openshift-cluster/terminate.yml index 8d845c8f2..f4749c28d 100644 --- a/playbooks/libvirt/openshift-cluster/terminate.yml +++ b/playbooks/libvirt/openshift-cluster/terminate.yml @@ -23,7 +23,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'] |