aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/roles/prometheus-blackbox-exporter/tasks/main.yaml
blob: bba364cf39dbe19e073211170992cc6902bcc840 (plain) (blame)
1
2
3
4
5
6
7
---
- name: Install prometheus-blackbox-exporter
  package:
    name: prometheus-blackbox-exporter
    state: present
  tags:
    - role::prometheus-blackbox-exporter