Try callback_plugins (with an underscore) instead of callback-plugins.
On Sat, Aug 8, 2015 at 3:00 PM, stephane jean <[email protected]> wrote: > Yes i am running python 2.7.9+ , i did create a folder callback_plugin > with fix.ssl in my playbooks directory but i have the same error: > > > > 3[root@Debian]:ansible-playbook /etc/ansible/playbooks/run-powershell.yml > > PLAY [Run powershell script] > ************************************************** > > TASK: [Run powershell script] > ************************************************* > fatal: [192.168.0.37] => 500 WinRMTransport. [SSL: > CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:581) > > FATAL: all hosts have already failed -- aborting > > PLAY RECAP > ******************************************************************** > to retry, use: --limit @/root/run-powershell.retry > > 192.168.0.37 : ok=0 changed=0 unreachable=1 > failed=0 > > > > my directory: > > /etc/ansible/ > > ├── ansible.cfg > ├── group_vars > │ └── windows.yml > ├── handlers > │ └── httpd.yml > ├── hosts > ├── info.txt > ├── playbooks > │ ├── callback-plugins > │ │ └── fix-ssl.py > │ ├── examples > │ ├── run-bash.yml > │ └── run-powershell.yml > ├── roles > └── test.py > > i should see a fix-ssl.pyc in the callbacks-pluins directory if it's load ? > > I did not change anything /usr/local/lib/python2.7/dist-packages/ansible. > > -- > 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/af94393c-a645-4979-af62-c2d5bda69259%40googlegroups.com > <https://groups.google.com/d/msgid/ansible-project/af94393c-a645-4979-af62-c2d5bda69259%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- 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/CAH%2BKTJ4d1wJ9bi-XtQKhCFwXmtUsmw3fyQWDETZ3MW8FCkq1qA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
