formatting
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
---
|
||||
|
||||
- name: Install prometheus node exporter
|
||||
apt:
|
||||
ansible.builtin.apt:
|
||||
name: prometheus-node-exporter
|
||||
|
||||
- name: Set prometheus options in /etc/default/prometheus-node-exporter
|
||||
template:
|
||||
ansible.builtin.template:
|
||||
src: templates/prometheus-node-exporter.j2
|
||||
dest: /etc/default/prometheus-node-exporter
|
||||
mode: 0644
|
||||
notify: restart prometheus-node-exporter
|
||||
mode: '0644'
|
||||
notify: Restart prometheus-node-exporter
|
||||
|
||||
Reference in New Issue
Block a user