10 lines
221 B
Plaintext
10 lines
221 B
Plaintext
|
# -*- coding: utf-8 -*-
|
||
|
# vim: ft=sls
|
||
|
|
||
|
{%- set tplroot = tpldir.split('/')[0] %}
|
||
|
{%- from tplroot ~ "/map.jinja" import jellyfin with context %}
|
||
|
jellyfin_pkg_install:
|
||
|
pkg.installed:
|
||
|
- name: {{ jellyfin.pkg_name }}
|
||
|
|