Ansible Unarchive - javatpoint
https://www.javatpoint.com/ansible-unarchiveAnsible unarchive module is used to unpack or uncompressed the files from an archive file such as zip, tar, tar.gz. It can optionally copy the files to the remote server before uncompressing them. The unarchive module uses the basic unzip and tar -xvf command-line tools to operate. So the target server must have installed these commands.