7 lines
219 B
YAML
7 lines
219 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
|
|
changed_when: false
|