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/byo/rhel_subscribe.yml | |
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/byo/rhel_subscribe.yml')
-rw-r--r-- | playbooks/byo/rhel_subscribe.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/byo/rhel_subscribe.yml b/playbooks/byo/rhel_subscribe.yml index f564905ea..990ddd2f2 100644 --- a/playbooks/byo/rhel_subscribe.yml +++ b/playbooks/byo/rhel_subscribe.yml @@ -4,7 +4,7 @@ openshift_deployment_type: "{{ deployment_type }}" roles: - role: rhel_subscribe - 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'] |