commit | 9b2007a220280da0655fa2c0baf5a28ceac8b9cb | [log] [tgz] |
---|---|---|
author | Monty Taylor <mordred@inaugust.com> | Thu Apr 27 15:35:28 2017 -0500 |
committer | Monty Taylor <mordred@inaugust.com> | Thu Apr 27 16:22:38 2017 -0500 |
tree | 3b21cdf351349b1a924266c034024f3277a12e79 | |
parent | 2d079ab8139ee89ae2b75ee222a7b4e1b7e8460d [diff] |
Also send stdout back in the Result object It's a legitimate usecase in ansible to register the results of a shell command and then test its value and make decisions. Not sending stdout back in the result object would make playbooks that do that break. There is a risk that we die under the load of really long log files though - so let's keep track of that. Change-Id: I2c2fe558d6ec93cef7bb4b1c5abd983488edd745