0.2.4
What's changed
- Support
vars_files
block in plays and now ARI can load the vars files specified there as well asinclude_vars
task (#208) - Fix module search issue when the module is redirected (#211)
- Improve play detection logic so that it can handle a playbook with wrong attributes like
host
instead ofhosts
(#207) - Fix variable type checking in a P-rule for some special builtin modules that accept any form of arguments such as
debug
ormeta
(#205)