How can you use the Ansible module “assert” to test a condition in an Ansible playbook?
a) By providing the condition as a parameter to the module
b) By using a Jinja2 template to generate the condition dynamically
c) By using the “msg” parameter to provide a message to display if the condition fails
d) By using the “success_msg” parameter to provide a message to display if the condition is true