Ansible Copy ad hoc

ansible atlanta -m ansible.builtin.copy -a "src=/etc/hosts dest=/tmp/hosts"
RicarHincapie