psrp - Fix raw and script tests for connection plugin (#55357)

* psrp - Fix raw and script tests for connection plugin

* Fix error propagation with raw in psrp

* uncomment test
This commit is contained in:
Jordan Borean
2019-04-17 09:01:28 +10:00
committed by GitHub
parent 49655a452d
commit fdf9df89f5
5 changed files with 52 additions and 22 deletions

View File

@@ -0,0 +1,3 @@
bugfixes:
- psrp - Fix blank newlines appearing before ``stdout`` when using ``script`` or ``raw`` with the ``psrp`` connection plugin
- psrp - Fix issues with propagating errors back to Ansible with ``raw`` tasks