From c1ae1c82515d3f773da49184ea0a7d61e3a533e5 Mon Sep 17 00:00:00 2001 From: John R Barker Date: Wed, 18 Apr 2018 20:54:14 +0100 Subject: [PATCH] Fix broken yaml (#38966) --- lib/ansible/plugins/callback/sumologic.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ansible/plugins/callback/sumologic.py b/lib/ansible/plugins/callback/sumologic.py index a6c992c2f58..69b457f33fe 100644 --- a/lib/ansible/plugins/callback/sumologic.py +++ b/lib/ansible/plugins/callback/sumologic.py @@ -27,8 +27,8 @@ description: version_added: "2.6" requirements: - Whitelisting this callback plugin - - Create a HTTP collector source in Sumologic and specify a custom timestamp format of 'yyyy-MM-dd HH:mm:ss ZZZZ' and a custom timestamp locator - of '"timestamp": "(.*)"' + - 'Create a HTTP collector source in Sumologic and specify a custom timestamp format of C(yyyy-MM-dd HH:mm:ss ZZZZ) and a custom timestamp locator + of C("timestamp": "(.*)")' options: url: description: URL to the Sumologic HTTP collector source