Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
okeanos-LoD
Commits
86cddbcf
Commit
86cddbcf
authored
Jul 08, 2015
by
Georgios Ouzounis
Browse files
LAM-33 Removed unneeded tags from download task in apache-kafka role.
parent
af7fba35
Changes
1
Hide whitespace changes
Inline
Side-by-side
ansible/roles/apache-kafka/tasks/download.yml
View file @
86cddbcf
---
-
name
:
Download Apache Kafka.
get_url
:
url="{{ mirror_url }}/{{ version }}/kafka_{{ scala_version }}-{{ version }}.tgz" dest="{{ download_path }}/kafka_{{ scala_version }}-{{ version }}.tgz"
tags
:
-
download
-
name
:
Uncompress Apache Kafka.
unarchive
:
src="{{ download_path }}/kafka_{{ scala_version }}-{{ version }}.tgz" dest="{{ installation_path }}" copy=no
tags
:
-
download
-
name
:
Create softlink for Apache Kafka.
file
:
src="{{ installation_path }}/kafka_{{ scala_version }}-{{ version }}" dest="{{ installation_path }}/kafka" state=link
tags
:
-
download
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment