Skip to content
Snippets Groups Projects
Commit 3aab0a4f authored by Baptiste DE RENZO's avatar Baptiste DE RENZO
Browse files

Update create-live-app.yml

parent b6ebe278
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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