Automated changes from linter ;P

This commit is contained in:
Mark Janssen 2024-07-11 20:47:52 +02:00
parent 44b73a216f
commit f7f04e7a41
Signed by: foobar
GPG key ID: D8674D8FC4F69BD2
65 changed files with 392 additions and 324 deletions

View file

@ -1,10 +1,10 @@
---
- name: Install dependencies
apt:
ansible.builtin.apt:
name: prometheus
- name: Configure Prometheus
template:
ansible.builtin.template:
src: prometheus.yml
dest: "{{ prometheus_config_dir }}/prometheus.yml"
owner: root
@ -13,7 +13,7 @@
notify: restart prometheus
- name: Configure Prometheus args
lineinfile:
ansible.builtin.lineinfile:
path: /etc/default/prometheus
line: >-
ARGS="