您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
此仓库已存档。您可以查看文件和克隆,但不能推送或创建工单/合并请求。

youtube-dl.yml 239B

7 年前
123456
  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