diff options
author | OpenShift Bot <eparis+openshiftbot@redhat.com> | 2017-03-30 05:38:56 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-30 05:38:56 -0500 |
commit | 2166209cc50cd7989fdf9fcc58b55e05b180d54b (patch) | |
tree | b6edd906b0b121cdf353e6200a20ad512ff2b21f /playbooks/byo/rhel_subscribe.yml | |
parent | 52b609645a96bc78d1c0dc4d76d56661b5c2a498 (diff) | |
parent | f5827111a7609b3c6f7f72a03c8bc13fee2bbb60 (diff) | |
download | openshift-2166209cc50cd7989fdf9fcc58b55e05b180d54b.tar.gz openshift-2166209cc50cd7989fdf9fcc58b55e05b180d54b.tar.bz2 openshift-2166209cc50cd7989fdf9fcc58b55e05b180d54b.tar.xz openshift-2166209cc50cd7989fdf9fcc58b55e05b180d54b.zip |
Merge pull request #3734 from sosiouxme/20170322-deployment-type
Merged by openshift-bot
Diffstat (limited to 'playbooks/byo/rhel_subscribe.yml')
-rw-r--r-- | playbooks/byo/rhel_subscribe.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/playbooks/byo/rhel_subscribe.yml b/playbooks/byo/rhel_subscribe.yml index 65c0b1c01..8c6d77024 100644 --- a/playbooks/byo/rhel_subscribe.yml +++ b/playbooks/byo/rhel_subscribe.yml @@ -5,8 +5,6 @@ - name: Subscribe hosts, update repos and update OS packages hosts: l_oo_all_hosts - vars: - openshift_deployment_type: "{{ deployment_type }}" roles: - role: rhel_subscribe when: deployment_type in ['atomic-enterprise', 'enterprise', 'openshift-enterprise'] and |