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

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

parent adaf4c6a
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@
dest: /etc/heartbeat/heartbeat.yml
owner: root
group: root
mode: 600
mode: 0600
notify:
- "Restart Heartbeat"
......@@ -20,4 +20,4 @@
copy:
src: '{{ inventory_dir }}/files/heartbeat/'
dest: /etc/heartbeat/monitors.d/
mode: 600
mode: 0600
......@@ -10,7 +10,7 @@
apt_repository:
repo: deb https://artifacts.elastic.co/packages/6.x/apt stable main
state: present
mode: 644
mode: 0644
- name: Install Heartbeat
apt:
......
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