Skip to content

Commit

Permalink
Remove unused var.
Browse files Browse the repository at this point in the history
  • Loading branch information
pbadani committed Mar 1, 2023
1 parent ce6347e commit fa6f6ee
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions roles/kafka_connect/tasks/zos_connect_plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,6 @@

# Special processing for IBM MQ connectors
# they need MQ libraries to be present
- name: Gather all IBM MQ plugin folders
find:
paths: "{{ kafka_connect_plugins_dest }}"
file_type: directory
patterns:
- "confluentinc-kafka-connect-ibmmq*"
register: kafka_connect_ibm_mq_plugins

- name: Copy MQ libs under JDK ext
shell: "cp {{ kafka_connect_ibm_mqm_lib_path }}/*.jar {{ jdk_ext_path }}"

Expand Down

0 comments on commit fa6f6ee

Please sign in to comment.