I think you may need to change this setting in your ansible.cfg file to get the callback to take effect when using ansible
http://docs.ansible.com/ansible/intro_configuration.html#bin-ansible-callbacks On Sunday, August 9, 2015 at 9:19:52 PM UTC+1, stephane jean wrote: > > oops thanks it's now working with 'ansible-playbook ...', but not with > 'ansible...' i tried with > > env ANSIBLE_LOAD_CALLBACK_PLUGINS=1 ansible windows -m win_ping > or > ANSIBLE_LOAD_CALLBACK_PLUGINS=1 ansible windows -m win_ping > > and i still get the error > 192.168.0.37 | FAILED => 500 WinRMTransport. [SSL: > CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:581) > > I was also wondering, is there an help command to see all the modules > avaible ? because i currently check on > the website. > -- 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/c1bdb5ca-2184-449b-90b9-ac2adb272653%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
