Skip to content

add yaml !include handler

Stuart Fisher requested to merge feature/yaml_include into master

value: !include extra.yml -> whole file as value yaml.safe_loaded

value: !include extra.yml#key -> return yaml.safe_load[key]

Merge request reports