Updates for packages
This commit is contained in:
@@ -5,6 +5,8 @@
|
||||
package:
|
||||
name:
|
||||
- emby-server
|
||||
- perl-image-exiftool
|
||||
- ffmpeg
|
||||
|
||||
- name: Yggdrasil directories
|
||||
become: yes
|
||||
@@ -15,16 +17,16 @@
|
||||
group: http
|
||||
mode: 2750
|
||||
loop:
|
||||
- /srv/yggdrasil
|
||||
- /srv/yggdrasil/Digital_Library
|
||||
- /srv/yggdrasil/Music
|
||||
- /srv/yggdrasil/Videos
|
||||
- /srv/yggdrasil/Videos/Shows
|
||||
- /srv/yggdrasil/Videos/Movies
|
||||
- /srv/yggdrasil/Software
|
||||
- /home/yggdrasil
|
||||
- /home/yggdrasil/Digital_Library
|
||||
- /home/yggdrasil/Music
|
||||
- /home/yggdrasil/Videos
|
||||
- /home/yggdrasil/Videos/Shows
|
||||
- /home/yggdrasil/Videos/Movies
|
||||
- /home/yggdrasil/Software
|
||||
|
||||
- name: LiveTV channels
|
||||
command: /bin/bash -c "curl -s https://raw.githubusercontent.com/iptv-org/iptv/master/streams/us.m3u | egrep -A 1 '{{ iptv_location }}' 2>&1 | egrep -v '^--$'"
|
||||
command: /bin/bash -c "curl -s https://raw.githubusercontent.com/iptv-org/iptv/master/streams/us.m3u | grep -A 1 -E '{{ iptv_location }}' 2>&1 | grep -vE '^--$'"
|
||||
register: livetv_channels
|
||||
|
||||
- name: Write to file
|
||||
|
Reference in New Issue
Block a user