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

Apollocreed patch 1 #4

Closed apollocreed closed 3 years ago

apollocreed 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 I've chosen the SafeLoder because the yaml file is from the user and we should never trust the user's input.