11CHANGELOG
22=========
33
4+ # 4.2.0 / 2020-04-08
5+
6+ * [ FEATURE] Ensure the start mode when starting on Windows. See [ #271 ] [ ] . Thanks to [ @DevKyleS ] [ ] .
7+ * The Agent service will now always be started on Windows at the end of an Ansible run
8+ if ` datadog_enabled ` is set to ` true ` .
9+ Previously, if the Agent was already installed, the start mode of the existing Agent
10+ service was used (which meant a disabled Agent service would remain disabled
11+ after an Ansible run, even with ` datadog_enabled: true ` ).
12+ If you manually disabled the Agent service and want it to remain disabled,
13+ set ` datadog_enabled ` to ` false ` .
14+ * [ FEATURE] Remove old INI config files from v6/v7 configuration. See [ #271 ] [ ] . Thanks to [ @b2jrock ] [ ] .
15+ * [ FEATURE] Register result when Agent install task is run. See [ #268 ] [ ] .
16+ * [ BUGFIX] Update ` datadog_additional_groups ` task & doc. See [ #267 ] [ ] .
17+ * [ BUGFIX] Fix role idempotence on Debian. See [ #262 ] [ ] . Thanks to [ @jharley ] [ ] .
18+ * [ DOCS] README update: system-probe installation steps. See [ #257 ] [ ] .
19+ * [ DOCS] README update: minimum Ansible version & various fixes. See [ #264 ] [ ] .
20+ * [ DOCS] Documentation (README, CONTRIBUTING) overhaul. See [ #270 ] [ ] .
21+
422# 4.1.1 / 2020-02-10
523
624* [ BUGFIX] Add skip check on sysprobe set_fact tasks. See [ #259 ] [ ]
@@ -191,7 +209,16 @@ Initial release, compatible with Ansible v1 & v2
191209[ #248 ] : https://github.com/DataDog/ansible-datadog/issues/248
192210[ #249 ] : https://github.com/DataDog/ansible-datadog/issues/249
193211[ #255 ] : https://github.com/DataDog/ansible-datadog/issues/255
212+ [ #257 ] : https://github.com/DataDog/ansible-datadog/issues/257
194213[ #259 ] : https://github.com/DataDog/ansible-datadog/issues/259
214+ [ #262 ] : https://github.com/DataDog/ansible-datadog/issues/262
215+ [ #264 ] : https://github.com/DataDog/ansible-datadog/issues/264
216+ [ #267 ] : https://github.com/DataDog/ansible-datadog/issues/267
217+ [ #268 ] : https://github.com/DataDog/ansible-datadog/issues/268
218+ [ #270 ] : https://github.com/DataDog/ansible-datadog/issues/270
219+ [ #271 ] : https://github.com/DataDog/ansible-datadog/issues/271
220+ [ @DevKyleS ] : https://github.com/DevKyleS
221+ [ @b2jrock ] : https://github.com/b2jrock
195222[ @brendanlong ] : https://github.com/brendanlong
196223[ @dbr1993 ] : https://github.com/dbr1993
197224[ @dv9io0o ] : https://github.com/dv9io0o
@@ -200,6 +227,7 @@ Initial release, compatible with Ansible v1 & v2
200227[ @geoffwright ] : https://github.com/geoffwright
201228[ @gtrummell ] : https://github.com/gtrummell
202229[ @jeffwidman ] : https://github.com/jeffwidman
230+ [ @jharley ] : https://github.com/jharley
203231[ @jpiron ] : https://github.com/jpiron
204232[ @jstoja ] : https://github.com/jstoja
205233[ @pdecat ] : https://github.com/pdecat
0 commit comments