main.yml 293 B

123456789101112
  1. ---
  2. # Needs a list of files in the pull_files variable:
  3. # - name: filename.txt
  4. # file_id: google-drive-id
  5. # checksum: sha256:xxxxxxxxxx
  6. # extract_to: /opt
  7. # extracted_dir: /opt/foobar
  8. # target_dir: /opt/newname
  9. # add_to_path: yes
  10. # remove_after: yes
  11. # direct_download: yes
  12. ...