diff --git a/playbooks/live/functions/create-live-app.yml b/playbooks/live/functions/create-live-app.yml index 97722c5aa5ca7af8f559cc8a4038724b129b327d..a411f29598693dd7990b1aaea1bd2948ec51da11 100644 --- a/playbooks/live/functions/create-live-app.yml +++ b/playbooks/live/functions/create-live-app.yml @@ -44,7 +44,7 @@ - name: Extracting the application secret ansible.builtin.set_fact: - live_secret: "{{ ms_live_config.content|b64decode|from_json | json_query('RTMP_APP') }}" + live_secret: "{{ ms_live_config.content | b64decode | from_json | json_query('RTMP_APP') }}" when: ms_conf_live.stat.exists - name: Declaring the application secret