Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanfaircloth committed Dec 5, 2024
1 parent ab0ac30 commit 97606b1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,9 @@
src: server.properties.j2
dest: "{{ kafka__config_path }}"
mode: "0644"
seuser: _default
serole: _default
setype: _default
notify: Restart Kafka

- name: Check if data directory is formatted
Expand All @@ -182,7 +185,7 @@
ansible.builtin.stat:
path: "{{ item }}/meta.properties"
register: kafka__reg_check_if_formatted
loop: "{{ kafka_log_dirs }}"
loop: "{{ }}"

- name: Check if cluster uuid lock file exists
become: true
Expand Down

0 comments on commit 97606b1

Please sign in to comment.