6 lines
197 B
YAML
6 lines
197 B
YAML
---
|
|
- name: Debian/Ubuntu | Remove Filebeat repository (and clean up left-over metadata)
|
|
apt_repository:
|
|
repo: deb https://artifacts.elastic.co/packages/7.x/apt stable main
|
|
state: absent
|