DataDog / ansible-datadog

Ansible role for Datadog Agent
Apache License 2.0
297 stars 222 forks source link

Use Get-ItemProperty to retrieve Windows Agent version #536

Closed KevinFairise2 closed 8 months ago

KevinFairise2 commented 8 months ago

This should close #526. It changes the Powershell function used to retrieve the version of the Windows Agent installed, which should speed up the playbook execution and avoid slow idempotency. Thanks @ldemers777