How can you use the Ansible module “copy” to copy a file from the control machine to a target machine?
a) By using the “src” parameter to specify the source file and the “dest” parameter to specify the destination file
b) By using the “file” parameter to specify the source file and the “to” parameter to specify the destination file
c) By using the “from” parameter to specify the source file and the “to” parameter to specify the destination file
d) By using the “source” parameter to specify the source file and the “destination” parameter to specify the destination file