From 53f9958b25ac59e670ab677c81774e91e576eba5 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Sun, 8 May 2022 13:35:41 +0200 Subject: [PATCH] Clarify ansible_pre_command_output (#4636) (#4646) ##### SUMMARY Clarify what ansible_pre_command_output actually is ##### ISSUE TYPE - Docs Pull Request +label: docsite_pr (cherry picked from commit e57fc54a109a999a09e2db6f477901db5a79058b) Co-authored-by: Jan-Piet Mens --- plugins/callback/logstash.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/callback/logstash.py b/plugins/callback/logstash.py index d34928ff34..133010cbdb 100644 --- a/plugins/callback/logstash.py +++ b/plugins/callback/logstash.py @@ -45,7 +45,7 @@ DOCUMENTATION = r''' version_added: 1.0.0 default: ansible pre_command: - description: Executes command before run and result put to ansible_pre_command_output field. + description: Executes command before run and its result is added to the C(ansible_pre_command_output) logstash field. version_added: 2.0.0 ini: - section: callback_logstash