DataDog / ansible-datadog

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

[Windows] Force reinstall if configuration changed [AP-1946] #509

Closed chouquette closed 10 months ago

chouquette commented 1 year ago

This PR adds support for optional features exposed by the MSI installer. It will probe the available features and will trigger a reinstall if an optional features must be enabled/disabled (the installer doesn't support in place modification of the installed features)

While this is of limited interest given that the installer always installs all features since 7.46, this paves the way for future optional features that we might not want to systematically install

chouquette commented 11 months ago

Thanks for the review! I pushed an additional commit per your suggestions (and rebased on top of main)