Files
community.general/lib/ansible/plugins/action
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()
2018-11-05 15:00:34 -05:00
..
2018-08-06 10:41:57 -04:00
2018-08-14 13:52:15 +05:30
2018-05-30 15:23:26 +05:30
2018-08-15 14:56:50 -07:00
2018-09-10 15:05:52 -05:00
2018-08-21 10:02:40 -07:00
2017-06-02 12:14:11 +01:00
2018-11-01 14:07:41 +05:30