Clarify ansible_pre_command_output (#4636) (#4645)

##### SUMMARY
Clarify what ansible_pre_command_output actually is

##### ISSUE TYPE
- Docs Pull Request

+label: docsite_pr

(cherry picked from commit e57fc54a10)

Co-authored-by: Jan-Piet Mens <jp@mens.de>
pull/4652/head
patchback[bot] 2022-05-08 09:18:40 +00:00 committed by GitHub
parent 72f78f5937
commit 5759688b0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ DOCUMENTATION = r'''
version_added: 1.0.0 version_added: 1.0.0
default: ansible default: ansible
pre_command: 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 version_added: 2.0.0
ini: ini:
- section: callback_logstash - section: callback_logstash