7 lines
142 B
YAML
7 lines
142 B
YAML
---
|
|
# tasks file for luther38.winlogbeat
|
|
|
|
- name: Install Metricbeat on Windows
|
|
when: ansible_os_family == 'Windows'
|
|
include: windows.yml
|