andresbott / ansible-autodoc

ansible-autodoc generates documentation from annotated Ansible Playbooks and Roles.
GNU Lesser General Public License v3.0
46 stars 26 forks source link

update yaml loader to safe_loader #6

Open bcarroll opened 4 years ago

bcarroll commented 4 years ago

Update the yaml.load(input) function to remove the deprecated warning as seen in https://github.com/yaml/pyyaml/wiki/PyYAML-yaml.load(input)-Deprecation

abeluck commented 4 years ago

Would be nice to get this merged!

alexis-renard commented 4 years ago

Would be great to have this patched, indeed.

xoxys commented 4 years ago

See my comment in the linked issue.