What's changed
- Add an ARI object model
File
for loading general files (#202)
- currently it is used only for variable YAML files that are inside Role / included by
include_vars
, but this will be extended to support any files in the future
- Fix yaml parser issue when ARI is concurrently called by using retry (#200)
- Fix an issue of registered variables that their child elements (like
<registered_var>.xxx.yyy
) were reported as undefined (#199)
- Fix download function for external dependencies (#198)
Contributors
@rurikudo
@yuji-watanabe-jp
@hirokuni-kitahara