Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow for java upgrade and no installation #32

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Allow java not be installed
bphinney authored Sep 29, 2017
commit 05210d84f635156ba660ef1d51fcccaa35d35068
1 change: 1 addition & 0 deletions tasks/install.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
- name: Install OpenJDK
apt: name=openjdk-{{java_version}}-jre-headless state=present
when: java_version != 'none'

- name: Fetch kafka binary package
get_url: dest="{{ kafka_tarball_location }}/{{ kafka_tarball_name }}" url="{{apache_mirror}}/kafka/{{kafka_version}}/{{kafka_tarball_name}}"