add cache_valid_time

- influx keep only last version on they repo

set cache_valid_time to 15mintutes to avoid fail install of old telegraf version
This commit is contained in:
Pascal
2019-01-17 10:43:19 +01:00
committed by GitHub
parent 88ba1e218f
commit 1ccb184813

View File

@ -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