DataDog / ansible-datadog-callback

Ansible callback to get stats & events directly into Datadog http://datadoghq.com
MIT License
93 stars 47 forks source link

Add requirements.txt file, require pyyaml >= 5.1 #64

Closed bkabrda closed 3 years ago

bkabrda commented 3 years ago

This PR improves user experience by providing a requirements.txt file that users may utilize to install dependencies and it also specifies minimum required version of pyyaml (with any older version, the callback fails).