- [FEATURE] Add NPM support for Windows. See [#335].
- [IMPROVEMENT] Split Windows handler into its own file, so we don't include anything from ansible.windows on non-Windows; add a note about the dependency on
ansible.windows
. See [#337]. - [IMPROVEMENT] Turn on
repo_gpgcheck
on RPM repositories by default. See [#341]. - [IMPROVEMENT] Align Windows agent to Linux so that service is disabled when
datadog_enabled
isfalse
. See [#338]. Thanks [@erikhjensen]. - [BUGFIX] Fix system-probe enablement conditions. See [#336].
- [CHORE] Fix issues found by linter (fix file permissions, add
role_name
andnamespace
togalaxy_info
, remove pre/post tasks). See [#340].