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