summaryrefslogtreecommitdiff
path: root/dan/ele-emcplayer.yml
diff options
context:
space:
mode:
Diffstat (limited to 'dan/ele-emcplayer.yml')
-rw-r--r--dan/ele-emcplayer.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/dan/ele-emcplayer.yml b/dan/ele-emcplayer.yml
index 8654c2af..91b1a555 100644
--- a/dan/ele-emcplayer.yml
+++ b/dan/ele-emcplayer.yml
@@ -19,7 +19,7 @@
copy:
content: |
#!/bin/bash
- exec mpv -fs --loop=inf --af-add="channelmap=0|1:stereo" rtmp://{{ network_zones.guest.prefix | ipaddr(network_zones.guest.offsets['ele-helene']) | ipaddr('address') }}/emc/full
+ exec mpv -fs --loop=inf --af-add="channelmap=0|1:stereo" rtmp://{{ network_zones.guest.prefix | ansible.utils.ipaddr(network_zones.guest.offsets['ele-helene']) | ansible.utils.ipaddr('address') }}/emc/full
dest: /usr/local/bin/emc-play.sh
mode: 0755