Skip to content

Commit

Permalink
Fix lint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
sleighzy committed Nov 29, 2023
1 parent bf82404 commit 6a33196
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion molecule/default/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
- kafka_dir.stat.lnk_target == '/opt/kafka_2.13-3.5.1'

- name: Register '/var/log/kafka' directory status
stat:
ansible.builtin.stat:
path: '/var/log/kafka'
register: kafka_log_dir

Expand Down
2 changes: 1 addition & 1 deletion tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
tags:
- kafka_dirs

- name: Register directory status for {{ kafka_dir }}/logs
- name: Register directory status for application log files
ansible.builtin.stat:
path: '{{ kafka_dir }}/logs'
register: application_logs_dir
Expand Down

0 comments on commit 6a33196

Please sign in to comment.