mirror of
https://github.com/dj-wasabi/ansible-telegraf.git
synced 2025-07-17 08:46:37 +00:00
Merge pull request #81 from pad92/patch-1
[bug] debian - add cache_valid_time
This commit is contained in:
@ -49,6 +49,7 @@
|
||||
apt:
|
||||
name: "{{ telegraf_agent_package }}"
|
||||
state: "{{ telegraf_agent_package_state }}"
|
||||
cache_valid_time: 900
|
||||
force: True
|
||||
notify: "Restart Telegraf"
|
||||
become: yes
|
||||
|
Reference in New Issue
Block a user