mirror of https://github.com/ansible/ansible.git
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.
* ssh and psrp - Support more complex chars in fetch_file
Fixes the psrp and ssh (with piped) fetch function to work with paths
that contains glob like characters in the path. For Windows this was
needed when using paths that contain `[]` in the path. For ssh this was
a problem with FreeBSD when using the piped transfer method with similar
characters.
Also tidies up the psrp logic to not inject the paths and buffer size
in the script but pass it as an object through an argument/parameter.
* Fix sanity check
(cherry picked from commit
|
1 year ago | |
|---|---|---|
| .. | ||
| _vendor | 3 years ago | |
| ansible_test | 3 years ago | |
| cli | 2 years ago | |
| compat | 3 years ago | |
| config | 2 years ago | |
| errors | 3 years ago | |
| executor | 3 years ago | |
| galaxy | 2 years ago | |
| inventory | 3 years ago | |
| inventory_test_data/group_vars | 11 years ago | |
| mock | 3 years ago | |
| module_utils | 2 years ago | |
| modules | 2 years ago | |
| parsing | 2 years ago | |
| playbook | 2 years ago | |
| plugins | 1 year ago | |
| regex | 7 years ago | |
| template | 3 years ago | |
| utils | 2 years ago | |
| vars | 3 years ago | |
| __init__.py | 9 years ago | |
| requirements.txt | 3 years ago | |
| test_context.py | 6 years ago | |
| test_no_tty.py | 4 years ago | |