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
Yauhen Kirylau 14037443de fix(tasks: synchronize): wrap in sshpass if ssh password was provided (#30743)
* fix(tasks: synchronize): wrap in sshpass if ssh password was provided

Closes #16616

* fix(tasks: synchronize): pass rsync password to sshpass via fd

* fix(tasks: synchronize): use fail_json instead of AnsibleError

* fixup! fix(tasks: synchronize): use fail_json instead of AnsibleError

fix python2 handling

* feat(module_utils: basic: run_command): add optional arguments `pass_fds` and `before_communicate_callback`

* fix(tasks: synchronize): use module.run_command instead of subprocess.Popen

* fixup! fix(tasks: synchronize): use module.run_command instead of subprocess.Popen

remove unused import

* fixup! fixup! fix(tasks: synchronize): use module.run_command instead of subprocess.Popen

pass_fds only if they passed to run_command()
6 years ago
..
cli Update ansible-doc for invariants in the metadata/plugin_doc api 6 years ago
compat Move unit test compat code out of `lib/ansible/`. (#46996) 6 years ago
config Remove Deprecated configs 2.8 (#46825) 6 years ago
errors Python 3.8 collections compatibility fixes. 6 years ago
executor Don't use the task for a cache, return a special cache var (#47243) 6 years ago
galaxy ansible-galaxy: fix searching with unicode 6 years ago
inventory better information for user from inventory plugins (#46766) 6 years ago
module_utils fix(tasks: synchronize): wrap in sshpass if ssh password was provided (#30743) 6 years ago
modules fix(tasks: synchronize): wrap in sshpass if ssh password was provided (#30743) 6 years ago
parsing Set the default metadata 6 years ago
playbook Ensure we don't overwrite roles from include/import_role when loading the play (#47512) 6 years ago
plugins fix(tasks: synchronize): wrap in sshpass if ssh password was provided (#30743) 6 years ago
template Do not strip new lines in native jinja (#46751) 6 years ago
utils Doc: k8s_raw_module fixing typo K8S_AUTH_HOST -> K8S_AUTH_KEY_FILE (#46947) 6 years ago
vars Fix return statement where we short circuit _get_delegated_vars (#48102) 6 years ago
__init__.py
constants.py Update ansible-doc for invariants in the metadata/plugin_doc api 6 years ago
release.py Codename: How Many More Times 6 years ago