win_uri: stop output from mixing with module result (#48140)

This commit is contained in:
Jordan Borean
2018-11-06 11:10:03 +10:00
committed by GitHub
parent 8787c65b65
commit 8a9d7b3695
2 changed files with 5 additions and 3 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- win_uri - stop junk output from being returned to Ansible - https://github.com/ansible/ansible/issues/47998