ansible-role-prometheus_nod.../tasks/configure.yml

4 lines
163 B
YAML
Raw Normal View History

2022-10-11 09:19:07 +02:00
---
- name: Ensure configuration of prometheus exporters service
include_tasks: configure_prometheus_exporters.yml
when: "'WSL' not in ansible_facts['kernel']"