You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ansible runs "Create SCRAM Users" in kafka_broker/tasks/main.yml even if zookeeper is not enabled and kraft enabled
TASK [kafka_broker : Create SCRAM Users] ********************************************************************************************************************************************************
task path: /Users/sameer_modak/ansibledemo/platform/roles/kafka_broker/tasks/main.yml:416
[WARNING]: Collection confluent.platform does not support Ansible version 2.15.12
fatal: [en1d-vcc-kafka1.en1.whitepj.net]: FAILED! => {
"msg": "The task includes an option with an undefined variable. The error was: 'dict object' has no attribute 'zookeeper'. 'dict object' has no attribute 'zookeeper'\n\nThe error appears to be in '/Users/sameer_modak/ansibledemo/platform/roles/kafka_broker/tasks/main.yml': line 416, column 3, but may\nbe elsewhere in the file depending on the exact syntax problem.\n\nThe offending line appears to be:\n\n# Only supported when zookeeper is enabled\n- name: Create SCRAM Users\n ^ here\n"
}
The text was updated successfully, but these errors were encountered:
ansible runs "Create SCRAM Users" in kafka_broker/tasks/main.yml even if zookeeper is not enabled and kraft enabled
TASK [kafka_broker : Create SCRAM Users] ********************************************************************************************************************************************************
task path: /Users/sameer_modak/ansibledemo/platform/roles/kafka_broker/tasks/main.yml:416
[WARNING]: Collection confluent.platform does not support Ansible version 2.15.12
fatal: [en1d-vcc-kafka1.en1.whitepj.net]: FAILED! => {
"msg": "The task includes an option with an undefined variable. The error was: 'dict object' has no attribute 'zookeeper'. 'dict object' has no attribute 'zookeeper'\n\nThe error appears to be in '/Users/sameer_modak/ansibledemo/platform/roles/kafka_broker/tasks/main.yml': line 416, column 3, but may\nbe elsewhere in the file depending on the exact syntax problem.\n\nThe offending line appears to be:\n\n# Only supported when zookeeper is enabled\n- name: Create SCRAM Users\n ^ here\n"
}
The text was updated successfully, but these errors were encountered: