Properly quote the username to support usernames with spaces (#53420)

This commit is contained in:
Matt Martz
2019-03-07 11:47:33 -06:00
committed by GitHub
parent 1c780e79c6
commit 728970232e
2 changed files with 3 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- ssh - Properly quote the username to allow usernames containing spaces (https://github.com/ansible/ansible/issues/49968)