Skip to content

Instantly share code, notes, and snippets.

@jeremychase
Created November 22, 2013 16:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeremychase/7602710 to your computer and use it in GitHub Desktop.
Save jeremychase/7602710 to your computer and use it in GitHub Desktop.
- get_url: url=http://downloads.typesafe.com/play/{{ item.version }}/play-{{ item.version }}.zip dest={{ play_dl_dir }} sha256sum={{ item.sum }}
with_items:
- { "version":2.2.1, "sum":a4a453cdd5f36d608eddeceaa04f7b8117e8883a89f308eb34a7f740cb8bf78b }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment