toggle for stripping empty shell/command output (#51342)

* toggle for stripping empty shell/command output

  fixes #45367

* Update lib/ansible/modules/commands/command.py

Co-Authored-By: bcoca <bcoca@users.noreply.github.com>
This commit is contained in:
Brian Coca
2019-01-29 15:55:38 -05:00
committed by GitHub
parent 369076a1a4
commit 3ba3af5058
2 changed files with 16 additions and 2 deletions

View File

@@ -0,0 +1,2 @@
minor_changes:
- add option to shell/command to control stripping of empty lines at end of outputs