- hosts: "{{ app }}.{{ envt }}.winping"
  gather_facts: no
  tasks:
  - name: Test win_ping
    win_ping:

Le mercredi 26 septembre 2018 14:09:07 UTC+2, Yann a écrit :
>
> 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 ?
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/a2c2d214-5022-4f9a-be07-a1b6622f5154%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to