my target machines are up. I don’t understand why I am running this error
Using module file /usr/lib/python2.7/dist-packages/ansible/modules/windows/setup.ps1
Pipelining is enabled.
ESTABLISH WINRM CONNECTION FOR USER: None on PORT 5986 TO
fatal: []: UNREACHABLE! => {
“changed”: false,
“msg”: “ssl: auth method ssl requires a username”,
“unreachable”: true
}
Can someone please explain? Thanks
FAILED! => {“changed”: false, “cmd”: [“dpkg”, “–configure”, “a”], “delta”: “0:00:00.064010”, “end”: “2020-05-06 01:18:35.173136”, “msg”: “non-zero return code”, “rc”: 1, “start”: “2020-05-06 01:18:35.109126”, “stderr”: “dpkg: error processing package a (–configure):\n no package named ‘a’ is installed, cannot configure\nErrors were encountered while processing:\n a”, “stderr_lines”: [“dpkg: error processing package a (–configure):”, " no package named ‘a’ is installed, cannot configure", “Errors were encountered while processing:”, " a"], “stdout”: “”, “stdout_lines”: }
I see two totally unrelated messages containing just an error?
To answer your question more information is needed. Could you please describe clearly all of the below:
-
What goal you are trying to achieve.
-
How you are doing this.
-
What problems you encounter.
-
Which commands did you run, and what actual output did you get (copied as plain text - not as screenshots, images, or other binary attachments).
-
What do the relevant inventory/tasks/playbooks/code/variables look like.
-
The output of ‘ansible --version’
And keep each problem to a single message