Skip to content
Snippets Groups Projects
Commit 1e224413 authored by Stéphane Diemer's avatar Stéphane Diemer
Browse files

Use slurp to load lives configuration json | refs #32957

parent 7119a610
No related branches found
No related tags found
No related merge requests found
......@@ -120,9 +120,9 @@
- name: load lives configuration
when: server_wowza_live_pwd | d(false)
include_vars:
file: /etc/mediaserver/lives.json
name: lives_config
slurp:
src: /etc/mediaserver/lives.json
register: lives_config
- name: set RTMP password in lives configuration
when: server_wowza_live_pwd | d(false)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment