ansible.posix.synchronize may be a more appropriate method of copying genesis over
- uses rsync to copy over files
- has build in compression so you don't need to worry about GZ the file first
- has several methods of checking if its the same file built in (from last modified to hash checking)
ansible.posix.synchronizemay be a more appropriate method of copying genesis over