Is there any way to pass an extra_vars in a form of dict, not json?
Like this:
-e 'versions.myapp="0.1.2"'
not like that:
-e  '{ "versions": { "myapp": "0.1.2"} }'

Reason - while importing jobs into rundeck it does complain about

Error: Failed request to load jobs: Jobs Document was invalid for format 
yaml: mapping values are not allowed here
-e  '{"versions"*:* {"promo
                       ^

(or - can some escaping in rundeck while importing yaml files)

-- 
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/60df3001-25da-4c04-b242-67b363700d1e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to