From 2c275ee1fcef0aab6cdc4380981696939d54dae3 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Mon, 16 Nov 2015 11:29:52 -0800 Subject: [PATCH] updated callback plugins info --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed508967339..e19e830e7e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -285,6 +285,11 @@ newline being stripped you can change your playbook like this: * docker: for talking to docker containers on the ansible controller machine without using ssh. +####New Callbacks: + +* logentries: plugin to send play data to logentries service +* skippy: same as default but does not display skip messages + ###Minor changes: * Many more tests. The new API makes things more testable and we took advantage of it.