Skip to content
Snippets Groups Projects
Commit 70f85462 authored by jurgenhaas's avatar jurgenhaas
Browse files

ansible-playbooks/general#85 Linting

parent 77fa12fa
Branches
No related tags found
No related merge requests found
#!/usr/bin/env python
#!/usr/bin/env python3
'''
Purge ElasticSearch Data
......
......@@ -12,7 +12,7 @@
state: present
mode: 0644
notify:
- "Add Elasticsearch to Boot-List"
- Add Elasticsearch to Boot-List
- name: Install Elasticsearch
apt:
......@@ -36,7 +36,7 @@
with_items:
- ingest-attachment
notify:
- "Restart Elasticsearch"
- Restart Elasticsearch
- name: Start Elasticsearch
service:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment