---
- name: "Ensure Prometheus windows-exporter is installed"
  chocolatey.chocolatey.win_chocolatey:
    name: prometheus-windows-exporter.install
    state: "{{ app_state | default('present') }}"
