Added notify on installation of package

This commit is contained in:
Werner Dijkerman
2015-09-23 19:24:01 +02:00
parent 7cc9e52d85
commit ac27a7a9eb
3 changed files with 3 additions and 1 deletions

View File

@ -10,4 +10,5 @@
action: apt
deb=/tmp/telegraf_{{ telegraf_agent_version }}_amd64.deb
state=installed
notify: "Restart Telegraf"
sudo: yes

View File

@ -10,4 +10,5 @@
action: yum
name=/tmp/telegraf_{{ telegraf_agent_version }}-1.x86_64.rpm
state=installed
notify: "Restart Telegraf"
sudo: yes