ansible/changelogs/fragments/fix-255-exit-code.yaml
Toshio Kuratomi 673c55f2ef Separate some 255 exit codes that are not ssh errors
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.
2018-07-09 15:51:20 -07:00

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)'