8 lines
139 B
YAML
8 lines
139 B
YAML
|
---
|
||
|
# tasks file for luther38.filebeat
|
||
|
|
||
|
|
||
|
- name: Install Filebeat on Ubuntu
|
||
|
when: ansible_distribution == 'Ubuntu'
|
||
|
include: ubuntu.yml
|