What am I doing wrong?

I am trying to use the maven artifact.  I have archiva installed and am 
trying to run the example (below) but I get the following error:

fatal: [localhost]: FAILED! => {"changed": false, "failed": true, "msg": 
"url parsing went wrong 'NoneType' object has no attribute 'find'"}

My playbook:
---
- hosts: localhost
  connection: local
  tasks:    
  - name: Get federation artifact
    maven_artifact:
      group_id: junit
      artifact_id: junit
      version: 4.11
      dest: ./junit-4.11.jar
...

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 ansible-project+unsubscr...@googlegroups.com.
To post to this group, send email to ansible-project@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/bc66fdbd-b865-4f86-adfb-9cc12bf3fd1c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to