DataDog / ansible-datadog

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

AP-1597 Add noqa args[module] to task using args.warn #489

Closed KevinFairise2 closed 1 year ago

KevinFairise2 commented 1 year ago

Using args.warn: false in command module creates a warning because it deprecated wince Ansible 2.11. We just ignore the rule because we do not want customers using ansible < 2.11 to have new warnings when updating the role.