Closed mprasil closed 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.
changed_when
Thanks @mprasil !
We are planning on getting this included in our 2.4.0 point release.
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.