Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
rpelisse committed Jan 9, 2024
1 parent 52eddc5 commit 67f8958
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions playbooks/playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@
ansible.builtin.include_role:
name: amq_streams_exporter
tasks_from: validate.yml
when:
- amq_streams_exporter_enabled is defined and amq_streams_exporter_enabled

- name: "Ensures topics exist."
ansible.builtin.include_role:
Expand Down
2 changes: 1 addition & 1 deletion roles/amq_streams_exporter/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
#amq_streams_exporter_target_system: "{{ ansible_system | lower }}"
amq_streams_exporter_enabled: True
amq_streams_exporter_target_arch: "{{ ansible_architecture }}"
amq_streams_exporter_version: 1.7.0
amq_streams_exporter_download_base_url: 'https://github.com/danielqsj/kafka_exporter/releases/download/'
Expand Down

0 comments on commit 67f8958

Please sign in to comment.