main.yml 362 B

1234567891011121314
  1. ---
  2. # Needs a list of files in the pull_files variable:
  3. # - name: filename.txt
  4. # file_id: google-drive-id
  5. # url: https://direct.url/to/file.txt
  6. # checksum: sha256:xxxxxxxxxx
  7. # extract_to: /opt
  8. # extract_fix_perms: 0755
  9. # extracted_dir: /opt/foobar
  10. # target_path: /opt/newname
  11. # add_to_path: yes
  12. # remove_after: yes
  13. # direct_download: yes
  14. ...