Problem Statement
Which Ansible feature helps print variable values and debug tasks during playbook runs?
Explanation
The Ansible 'debug' module prints variables or custom messages during playbook execution.
It helps troubleshoot variable values, task outputs, and logical conditions, making it easier to diagnose playbook behavior and fix configuration issues.
