From af653539f1788dc4622d90e156f611e1f0e57092 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20REY?= Date: Mon, 18 Feb 2019 19:30:15 +0100 Subject: [PATCH] Enable the callback in ansible.cfg --- ansible.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ansible.cfg b/ansible.cfg index d0f8c25..6adac03 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,3 +1,6 @@ +[defaults] +callback_whitelist = grafana_annotations + [callback_grafana_annotations] grafana_url = "http://127.0.0.1:3000/api/annotations"