updated youtubedl state

This commit is contained in:
Paul 2020-09-10 22:23:03 +02:00
parent 8b1ecf695a
commit 7b24880b30

View File

@ -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