In an Ansible copy task, what do src and dest normally identify?
copy
src
dest
They set the owner and group of the destination file.
src is the path on the control node, and dest is the path on the managed host.
They name two inventory groups between which Ansible moves a file.
src is always on the managed host, and dest is always on the control node.