We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06b3cc6 commit f161831Copy full SHA for f161831
ansible/roles/opensearch/tasks/main.yml
@@ -10,6 +10,11 @@
10
file: migrate-opendistro.yml
11
when: _opensearch_opendistro_service.stat.exists
12
13
+- name: Remove opendistro service
14
+ file:
15
+ path: /etc/systemd/system/opendistro.service
16
+ state: absent
17
+
18
- name: Increase maximum number of virtual memory maps
19
# see https://opensearch.org/docs/2.0/opensearch/install/important-settings/
20
ansible.posix.sysctl:
0 commit comments