Hello Team ansible

Since updating Ansible to 2.1.0.0, the jira module does not succeed 
anymore, creating an issue Ends in 

fatal: [hostname]: FAILED! => {"changed": false, "failed": true, "msg": 
"dictionary update sequence element #0 has length 1; 2 is required"}

Here's how we try to create an issue:


   - name: (JIRA) Create deployment issue
   jira: "description='something' issuetype='Bug' operation='create' 
   password='<your-pass>' project='someproject' summary='test' 
   uri='https://<yourhost>' username='<your-id>'"
   register: issue
   

Has the call to the module changed?

Thank you very much

Ivo 



-- 
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/b1f7c94b-9eb2-4185-bb0f-4d2cafe6e6b2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to