6 lines
91 B
YAML
6 lines
91 B
YAML
- name: restart telegraf
|
|
systemd:
|
|
name: telegraf
|
|
state: restarted
|
|
become: true
|