Whitespace cleanup to get in sync with AniNIX/Uniglot hooks
This commit is contained in:
@@ -3,12 +3,12 @@
|
||||
- name: Yggdrasil packages
|
||||
become: yes
|
||||
package:
|
||||
name:
|
||||
name:
|
||||
- emby-server
|
||||
|
||||
- name: Yggdrasil directories
|
||||
become: yes
|
||||
file:
|
||||
file:
|
||||
path: "{{ item }}"
|
||||
state: directory
|
||||
owner: http
|
||||
@@ -24,7 +24,7 @@
|
||||
- /srv/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 | egrep -A 1 '{{ iptv_location }}' 2>&1 | egrep -v '^--$'"
|
||||
register: livetv_channels
|
||||
|
||||
- name: Write to file
|
||||
|
Reference in New Issue
Block a user