moving youtubedl state to old
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Paul 2023-06-10 10:10:41 +02:00
parent f4c2da95af
commit e76c6f9c49
4 changed files with 0 additions and 19 deletions

View File

@ -111,7 +111,6 @@ states
├── website
├── winpkg
├── wintse
├── youtubedl
├── ytdlp
├── zabbix
└── zsh

View File

@ -1,4 +0,0 @@
---
youtubedl:
install_dir: /usr/bin
version: 2020.03.24

View File

@ -1,11 +0,0 @@
---
{%- from "youtubedl/map.jinja" import youtubedl with context %}
youtubedl-bin:
file.managed:
- 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

View File

@ -1,3 +0,0 @@
{%- import_yaml "youtubedl/defaults.yaml" as defaults %}
{%- set youtubedl = salt['pillar.get']('youtubedl', default=defaults.youtubedl, merge=True) %}