You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/lib/ansible/plugins/shell
Jordan Borean f29d432c69
powershell - remove quoting logic (#85781)
Attempts to simplify the PowerShell code and special edge cases that
removes quotes from a value like a src or destination path on Windows
hosts. This should not be needed as paths should not be quoted when it
comes to this section of the code.

ci_complete
3 months ago
..
__init__.py shell - deprecates the wrap_for_exec API (#85782) 3 months ago
cmd.py Update triple single quotes to triple double quotes (#84099) 1 year ago
powershell.py powershell - remove quoting logic (#85781) 3 months ago
sh.py Fix calls to `deprecated()` to include `help_text` arg (#85262) 6 months ago