File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 5050 - kafka-install
5151
5252- name : " Link alternate logs directory and touch output files"
53- shell : " ( test ! -e /usr/local/kafka/logs || rm -rf /usr/local/kafka/logs ) && ln -s /var/log/kafka /usr/local/kafka/logs && touch /var/log/kafka/ state-change.log /var/log/kafka/ kafkaServer.out && chown kafka:kafka /var/log/kafka/ state-change.log /var/log/kafka /kafkaServer.out"
53+ shell : " ( test ! -e /usr/local/kafka/logs || rm -rf /usr/local/kafka/logs ) && ln -s {{ kafka_log_dir }} /usr/local/kafka/logs && touch {{ kafka_log_dir }}/ state-change.log {{ kafka_log_dir }}/ kafkaServer.out && chown {{ kafka_user }}:{{ kafka_group }} {{ kafka_log_dir }}/ state-change.log {{ kafka_log_dir }} /kafkaServer.out"
5454 changed_when : False
5555 sudo : yes
5656 tags : kafka-cfg
You can’t perform that action at this time.
0 commit comments