How can you use the Ansible module “cron” to create a new cron job on a target machine?
a) By using the “name” parameter to specify the job name and the “job” parameter to specify the job details
b) By using the “job_name” parameter to specify the job name and the “details” parameter to specify the job details
c) By using the “cron_name” parameter to specify the job name and the “cron_job” parameter to specify the job details
d) By using the “state” parameter to specify “present” and the “job” parameter to specify the job details