Error with win_ping playbook

Hi,

I meet the next pb when I run the module win_ping with playbook.

EXEC (via pipeline wrapper)
The full traceback is:
Au caract?re Ligne:4 : 3^M
+ & "^@^@^@C^@^@^@:^@^@^@\^@^@^@U^@^@^@s^@^@^@e^@^@^@r^@^@^@s^@^@^@\^@^@^@F^@^@^@C^@^@^@A^@^@^@P^@^@^@G^@^@^@2^@^@^@4^@^@^@\^@^@^@A^@^@^@p^@ ...^M
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

I do not have this problem when I run it from the command line.

EXEC (via pipeline wrapper)
xxxxxxxxxxx | SUCCESS => {
    "changed": false,
    "ping": "pong"
}
META: ran handlers
META: ran handlers

For information, I use :
ansible_port: 5986
ansible_connection: winrm
ansible_winrm_transport: kerberos
ansible_winrm_server_cert_validation: ignore

Can you help me please ?