Automated changes from linter ;P
This commit is contained in:
parent
44b73a216f
commit
f7f04e7a41
65 changed files with 392 additions and 324 deletions
|
@ -1,17 +1,18 @@
|
|||
---
|
||||
- import_tasks: ../../common/handlers/main.yaml
|
||||
- ansible.builtin.import_tasks:
|
||||
file: ../../common/handlers/main.yaml
|
||||
|
||||
- name: restart mqtt_exporter
|
||||
systemd:
|
||||
ansible.builtin.systemd:
|
||||
name: mqtt_exporter
|
||||
state: restarted
|
||||
|
||||
- name: restart prometheus
|
||||
systemd:
|
||||
ansible.builtin.systemd:
|
||||
name: prometheus
|
||||
state: restarted
|
||||
|
||||
- name: restart grafana
|
||||
systemd:
|
||||
ansible.builtin.systemd:
|
||||
name: grafana-server
|
||||
state: restarted
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue