community.general/lib/ansible
Matt Martz e9f9bcae6a
Don't raise AnsibleConnectionFailure if the ssh process has already died. (#53534)
* Don't raise AnsibleConnectionFailure if the ssh_process has already died. Fixes #53487

* Better support for file not found messages

* Add changelog fragment
2019-03-12 10:41:30 -05:00
..
cli write to file option for ansible-inventory (#53183) 2019-03-05 16:07:53 -05:00
compat Have update-bundled check for updates to all bundled code 2019-02-06 13:59:55 -08:00
config Fine tune sanity (#53544) 2019-03-11 15:12:14 -04:00
errors Catch sshpass authentication errors and don't retry multiple times to prevent account lockout (#50776) 2019-01-23 11:32:25 -05:00
executor Use unicode string for auto interpreter warnings (#53671) 2019-03-12 14:16:49 +10:00
galaxy Update galaxy cli metadata file templates (#51398) 2019-02-22 00:54:02 -05:00
inventory Fine tune sanity (#53544) 2019-03-11 15:12:14 -04:00
module_utils Added support for infoblox member object (#53174) 2019-03-12 17:48:51 +05:30
modules Fix typo 2019-03-12 13:34:52 +01:00
parsing Fix pycodestyle E117 issues. 2019-02-13 23:35:39 -08:00
playbook remove obsolete set_play on play_context (#47934) 2019-03-11 18:25:48 -04:00
plugins Don't raise AnsibleConnectionFailure if the ssh process has already died. (#53534) 2019-03-12 10:41:30 -05:00
template template: add additional variable for dest path (#52015) 2019-02-19 14:15:19 +05:30
utils Don't fail if ConnectionError has no code (#53455) 2019-03-07 10:04:08 -05:00
vars Python interpreter discovery (#50163) 2019-02-27 23:52:02 -08:00
__init__.py
constants.py Fine tune sanity (#53544) 2019-03-11 15:12:14 -04:00
context.py Become plugins (#50991) 2019-02-11 11:27:44 -06:00
release.py