Hi
Any task i run is followed by this WINRM error
I am not sure it’s an error since the task is done successfully, does someone knows about this?
`
TASK [Create KIT folder if missing] ****************************************************************************************************************************************************************************************************************************************************************************************
task path: /ansible/scripts/vs2012.yaml:5
Using module file /usr/lib/python2.7/dist-packages/ansible/modules/windows/win_file.ps1
ESTABLISH WINRM CONNECTION FOR USER: ansible on PORT 5986 TO hasjrwts02
creating Kerberos CC at /tmp/tmpnaEGzD
calling kinit for principal ansible
Using module file /usr/lib/python2.7/dist-packages/ansible/modules/windows/win_file.ps1
ESTABLISH WINRM CONNECTION FOR USER: ansible on PORT 5986 TO hasjrwts01
creating Kerberos CC at /tmp/tmpDGNECq
calling kinit for principal ansible
kinit succeeded for principal ansible
WINRM CONNECT: transport=kerberos endpoint=https://hasjrwts02:5986/wsman
kinit succeeded for principal ansible
WINRM CONNECT: transport=kerberos endpoint=https://hasjrwts01:5986/wsman
WINRM OPEN SHELL: F95EFA87-3A14-4F69-AC9B-2BD43120BC93
EXEC (via pipeline wrapper)
WINRM EXEC ‘PowerShell’ [‘-NoProfile’, ‘-NonInteractive’, ‘-ExecutionPolicy’, ‘Unrestricted’, ‘-’]
WINRM OPEN SHELL: 421A5D1E-4BC3-42C9-8E02-4B8F28EBDDD7
EXEC (via pipeline wrapper)
WINRM EXEC ‘PowerShell’ [‘-NoProfile’, ‘-NonInteractive’, ‘-ExecutionPolicy’, ‘Unrestricted’, ‘-’]
WINRM RESULT u’<Response code 0, out “{“changed”:true}\r\n”, err “An error occurred wh”>’
WINRM STDOUT {“changed”:true}
WINRM STDERR An error occurred while creating the pipeline.
- CategoryInfo : NotSpecified: ( , ParentContainsErrorRecordException
- FullyQualifiedErrorId : RuntimeException
WINRM CLOSE SHELL: F95EFA87-3A14-4F69-AC9B-2BD43120BC93
WINRM RESULT u’<Response code 0, out “{“changed”:true}\r\n”, err “An error occurred wh”>’
WINRM STDOUT {“changed”:true}
WINRM STDERR An error occurred while creating the pipeline.
- CategoryInfo : NotSpecified: ( , ParentContainsErrorRecordException
- FullyQualifiedErrorId : RuntimeException
WINRM CLOSE SHELL: 421A5D1E-4BC3-42C9-8E02-4B8F28EBDDD7
changed: [hasjrwts02] => {
“changed”: true
}
changed: [hasjrwts01] => {
“changed”: true
}
`