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=‘’ project=‘someproject’ summary=‘test’ uri=‘https://’ username=‘’”
register: issue
Has the call to the module changed?
Thank you very much
Ivo