I'm trying to do a simple hipchat module test. Here's my playbook (note that we use an in-house hosted HipChat server, if that makes a difference):
test.yml: *---* *- hosts: all* * tasks:* * - name: test hipchat v1 module * * hipchat:* * api: "https://chat.mycompany.com/v1/" * * token: 70fafbe800ad93f6c37dce3eed388c* * room: "53"* * msg: "Ansible notify test"* * validate_certs: no* $ ansible-playbook -i hosts test.yml and this is what I get in output: *TASK: [test hipchat v1 module] ************************************************ * *failed: [web01.mycompany.com] => {"failed": true}* *msg: failed to send message, return status=-1* *FATAL: all hosts have already failed -- aborting* I've tried v2 (with v2 room tokens), v1, etc... but I can't get the damn thing to post a message. What stupidly simple thing am I missing here? Thanks! -- 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/ddfb9e37-cb6f-4cb1-ad39-054a04394351%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
