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