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)