I will write a program that looks for network devices on its local network and created a report of the findings. That’s easy. Using Ansible to push out the program and execute the program is easy. But how do I pull the report back to a unique name? For example the report is created as /tmp/report. I want to pull that file back to a file named /tmp/report-network.txt. What module do I use to pullback the file? The fetch module?