Skip to content

Commit

Permalink
common: switch default install dir to /tmp, rather than /opt
Browse files Browse the repository at this point in the history
  • Loading branch information
rpelisse committed Oct 10, 2023
1 parent d7dab53 commit 8b37b78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/amq_streams_common/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ amq_streams_common_scala_version: 2.13
amq_streams_common_version: "{{ amq_streams_common_scala_version }}-{{ amq_streams_common_product_version }}"
amq_streams_common_archive_file: "kafka_{{ amq_streams_common_version }}.tgz"
amq_streams_common_download_url: "https://archive.apache.org/dist/kafka/{{ amq_streams_common_product_version }}/kafka_{{ amq_streams_common_version }}.tgz"
amq_streams_common_download_dir: /opt
amq_streams_common_download_dir: /tmp
amq_streams_common_download_user: "{{ amq_streams_common_user | default(omit) }}"
amq_streams_common_download_group: "{{ amq_streams_common_group | default(omit) }}"
amq_streams_common_install_dir: /opt
Expand Down

0 comments on commit 8b37b78

Please sign in to comment.