DataDog / ansible-datadog

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

Refactor integration-related tasks #483

Closed bkabrda closed 1 year ago

bkabrda commented 1 year ago

This change makes the code tidier and user-facing messages prettier. It also ensures that Windows tasks will only be imported on Windows, thus making the ansible.windows collection optional.

This fixes #450.