wazuh-ansible-4.8.1/roles/elastic-stack/ansible-kibana/tasks/RMDebian.yml
2020-01-16 13:26:34 +01:00

7 lines
170 B
YAML

---
- name: Debian/Ubuntu | Removing Elasticsearch repository
apt_repository:
repo: "deb {{ elasticrepo.apt }} stable main"
state: absent
changed_when: false