673c55f2ef
The ssh connection plugin is overzealous in thinking that error code 255 can only come from ssh. Python can return 255 in some circumstances and error from php does as well.
6 lines
313 B
YAML
6 lines
313 B
YAML
---
|
|
bugfixes:
|
|
- 'The ssh connection plugin was categorizing all 255 exit statuses as an ssh
|
|
error but modules can return exit code 255 as well. The connection plugin
|
|
has now been changed to know that certain instances of exit code 255 are not
|
|
ssh-related. (https://github.com/ansible/ansible/pull/41716)'
|