mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
7 lines
313 B
YAML
7 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)'
|