mirror of https://github.com/ansible/ansible.git
* Fix missing quoting for remote_tmp in second mkdir of shell module. Issue #69577
* adding changelog
* fixing typo in changelog entry
* adding test case
Adding test case written by bmillemayhias.
* using $HOME instead of ~
* fixing commit measage
* Update 69578-shell-remote_tmp-quoting.yaml
Co-authored-by: Brian Kohles <me@briankohles.com>
(cherry picked from commit 77d0effcc5
)
Co-authored-by: Brian Kohles <briankohles@users.noreply.github.com>
pull/71132/head
parent
76f591e64c
commit
84afa8e90c
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- shell - fix quoting of mkdir command in creation of remote_tmp in order to allow spaces and other special characters (https://github.com/ansible/ansible/issues/69577).
|
Loading…
Reference in New Issue