You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

7 lines
239B

  1. ---
  2. # tasks file for youtube-dl
  3. - name: install youtube-dl package
  4. apt: name=youtube-dl state=latest
  5. - name: download latest youtube-dl
  6. get_url: url=https://yt-dl.org/downloads/latest/youtube-dl dest=/usr/local/bin/youtube-dl mode=755