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

8 lines
139 B
YAML
Raw Normal View History

---
# tasks file for luther38.filebeat
- name: Install Filebeat on Ubuntu
when: ansible_distribution == 'Ubuntu'
include: ubuntu.yml