i get this error when i try to use ansible on my windows machines: (i have used the powershell script from ansible.com with no errors)
TASK: [Run powershell script] ************************************************* fatal: [192.168.0.37] => 500 WinRMTransport. [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:581) Do you know how to solve this ? i've installed ansibe on a debian machines with pip i had to create those files, maybe i forgot something ? my /etc/ansible directory: ├── ansible.cfg ├── group_vars │ └── windows.yml ├── handlers │ └── httpd.yml ├── hosts ├── playbooks │ ├── examples │ ├── run-bash.yml │ └── run-powershell.yml ├── roles Sorry for my bad english -- 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/c079a4f4-7a86-42a6-b55e-5326a2dfee00%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
