7 lines
142 B
YAML
7 lines
142 B
YAML
---
|
|
# tasks file for luther38.metricbeat
|
|
|
|
- name: Install Metricbeat on Ubuntu
|
|
when: ansible_distribution == 'Ubuntu'
|
|
include: ubuntu.yml
|