I was wondering if anyone has thought about letting ansible display the reason it’s skipping a task in playbook. For example, I often run my playbooks with ‘–check -diff’ and it would be neat to see if a task is being skipped because of a conditional or because the module doesn’t support check mode.
Is this something that’s even implementable?
Thanks,
–matt