Changelog: https://roxy-wi.org/changelog.py#5_4_3
pull/321/head v5.4.3.0
Pavel Loginov 2022-03-09 15:27:21 +03:00
parent eeeb164f89
commit 17f6a10ae7
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
---
- name: restart node_exporter
become: true
systemd:
daemon_reload: true
name: node_exporter
state: restarted
when:
- not ansible_check_mode