Skip to content

Commit

Permalink
conflict variables
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanepham-sib committed Mar 26, 2021
1 parent 2e44678 commit 03a5b36
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tasks/sasl-auth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@
- name: Set Kafka inter-broker communication protocol
set_fact:
kafka_security_inter_broker_protocol: "SASL_PLAINTEXT"
when: kafka_security_inter_broker_protocol is not defined
when:
- kafka_security_inter_broker_protocol is not defined
- kafka_listener_security_protocol_map is not defined

- name: Set SASL mechanism for Kafka inter-broker communication protocol
set_fact:
Expand Down

0 comments on commit 03a5b36

Please sign in to comment.