main.yml 334 B

12345678910111213
  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. # extracted_dir: /opt/foobar
  9. # target_path: /opt/newname
  10. # add_to_path: yes
  11. # remove_after: yes
  12. # direct_download: yes
  13. ...