---
# Needs a list of files in the pull_files variable:
# - name: filename.txt
#   file_id: google-drive-id
#   url: https://direct.url/to/file.txt
#   checksum: sha256:xxxxxxxxxx
#   extract_to: /opt
#   extract_fix_perms: 0755
#   extracted_dir: /opt/foobar
#   target_path: /opt/newname
#   add_to_path: yes
#   remove_after: yes
#   direct_download: yes
...