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

ansible-playbooks/general#85 Linting [skip-ci]

parent 2b9a251b
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@
apt_repository:
repo: deb https://artifacts.elastic.co/packages/7.x/apt stable main
state: present
mode: 644
mode: 0644
notify:
- "Add Elasticsearch to Boot-List"
......@@ -26,7 +26,7 @@
dest: /etc/default/elasticsearch
owner: root
group: elasticsearch
mode: 644
mode: 0644
- name: Install Plugins
elasticsearch_plugin:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment