updated youtubedl state
This commit is contained in:
parent
8b1ecf695a
commit
7b24880b30
@ -2,10 +2,10 @@
|
||||
{%- from "youtubedl/map.jinja" import youtubedl with context %}
|
||||
youtubedl-bin:
|
||||
file.managed:
|
||||
- name: {{ youtubedl.install_dir}}/youtube-dl
|
||||
- name: {{ youtubedl.install_dir }}/youtube-dl
|
||||
- source: https://github.com/ytdl-org/youtube-dl/releases/download/{{ youtubedl.version }}/youtube-dl
|
||||
- user: root
|
||||
- group: root
|
||||
- mode: 0775
|
||||
- template: jinja
|
||||
- skip_verify: True
|
||||
- skip_verify: true
|
||||
|
Loading…
Reference in New Issue
Block a user