Ansible/roles/luther38.winlogbeat/tasks/main.yml

7 lines
142 B
YAML
Raw Normal View History

---
# tasks file for luther38.winlogbeat
- name: Install Metricbeat on Windows
when: ansible_os_family == 'Windows'
include: windows.yml