wazuh-ansible-4.8.1/roles/elastic-stack/ansible-logstash/tasks/RMDebian.yml
2019-05-03 16:34:09 +02:00

7 lines
192 B
YAML

---
- name: Debian/Ubuntu | Removing Elasticsearch repository
apt_repository:
repo: deb https://artifacts.elastic.co/packages/5.x/apt stable main
state: absent
changed_when: false