- Fix sending non json result output to stdout instead of stderr leventyalcin
2.1.0
- Add support for CondExpr jinja parsing. - Add limited support for finding strings used as index lookups. e.g. finding primary in `when: hostvars[item]['primary']`
2.0.2
- Fix parsing roles which are called "defaults". - Fix finding config files when the path ended with a `/`.
2.0.1
- Update the -v string!
2.0.0
Now parses all files instead of performing basic regex searches.
- Add support for variables declared in vars, set_facts, and register. - Reduce runtime by about 50%.
1.2.0
- Add support for using custom filter plugins. - Remove basic filter fallback added in 1.1.2 to highlight future issues.