DataDog / ansible-datadog

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

Modify integration updates task to prevent always changed status #486

Closed KevinFairise2 closed 1 year ago

KevinFairise2 commented 1 year ago

Tasks responsible for installing or removing Datadog integrations always reported changed even if the integration was already up to date or already removed. Now the task will not have a "changed" status if the integration is already installed with the correct version or if it is already removed.

Tested on Ubuntu and Windows, works as expected