Closed brandonshough closed 5 years ago
I was seeing this in my Ansible plays: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
Per https://github.com/yaml/pyyaml/wiki/PyYAML-yaml.load(input)-Deprecation I added the Loader argument.
@hush-hush
Thanks for this PR @brandonshough !
I was seeing this in my Ansible plays:
YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
Per https://github.com/yaml/pyyaml/wiki/PyYAML-yaml.load(input)-Deprecation I added the Loader argument.