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