Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ apache_exporter_enabled: true

# @var apache_exporter_version:description: Version of the apache exporter to install
# renovate: datasource=github-releases depName=Lusitaniae/apache_exporter
apache_exporter_version: 1.1.0
apache_exporter_version: 1.1.1

# @var apache_exporter_arch:description: Target system architecture of the binary
apache_exporter_arch: "{{ 'arm64' if ansible_architecture == 'aarch64' or ansible_architecture == 'arm64' else 'amd64' }}"
Expand Down