mirror of
https://github.com/dj-wasabi/ansible-telegraf.git
synced 2025-07-17 08:46:37 +00:00
Added notify on installation of package
This commit is contained in:
@ -10,4 +10,5 @@
|
||||
action: apt
|
||||
deb=/tmp/telegraf_{{ telegraf_agent_version }}_amd64.deb
|
||||
state=installed
|
||||
notify: "Restart Telegraf"
|
||||
sudo: yes
|
||||
|
@ -10,4 +10,5 @@
|
||||
action: yum
|
||||
name=/tmp/telegraf_{{ telegraf_agent_version }}-1.x86_64.rpm
|
||||
state=installed
|
||||
notify: "Restart Telegraf"
|
||||
sudo: yes
|
||||
|
Reference in New Issue
Block a user