threatstack / threatstack-ansible

Ansible for installing Threatstack Agent
https://www.threatstack.com
MIT License
23 stars 16 forks source link

Do not report change for idempotent task #84

Closed mprasil closed 3 years ago

mprasil commented 3 years ago

This task just checks current status, but it causes Ansible to report change on every run even when nothing really changed. Adding changed_when prevents this somewhat confusing output.

olhado commented 3 years ago

Thanks @mprasil !

We are planning on getting this included in our 2.4.0 point release.