moving youtubedl state to old
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
f4c2da95af
commit
e76c6f9c49
@ -111,7 +111,6 @@ states
|
|||||||
├── website
|
├── website
|
||||||
├── winpkg
|
├── winpkg
|
||||||
├── wintse
|
├── wintse
|
||||||
├── youtubedl
|
|
||||||
├── ytdlp
|
├── ytdlp
|
||||||
├── zabbix
|
├── zabbix
|
||||||
└── zsh
|
└── zsh
|
||||||
|
@ -1,4 +0,0 @@
|
|||||||
---
|
|
||||||
youtubedl:
|
|
||||||
install_dir: /usr/bin
|
|
||||||
version: 2020.03.24
|
|
@ -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
|
|
@ -1,3 +0,0 @@
|
|||||||
{%- import_yaml "youtubedl/defaults.yaml" as defaults %}
|
|
||||||
|
|
||||||
{%- set youtubedl = salt['pillar.get']('youtubedl', default=defaults.youtubedl, merge=True) %}
|
|
Loading…
Reference in New Issue
Block a user