diff --git a/playbooks/live/functions/create-live-app.yml b/playbooks/live/functions/create-live-app.yml index eba2859e7c5c95c08fc0293f012da98d34b36fd5..a1ff76ed61def898bea9613a686a08797b56429c 100644 --- a/playbooks/live/functions/create-live-app.yml +++ b/playbooks/live/functions/create-live-app.yml @@ -90,7 +90,7 @@ tags: live tasks: - name: Check the existence of the RTMP app - ansible.builtin.command: ubicast-livectl get {{ live_app_name }} {{ hostvars['localhost'].live_app_secret }} + ansible.builtin.command: ubicast-livectl checkuid {{ live_app_name }} {{ hostvars['localhost'].live_app_secret }} register: app_status changed_when: false failed_when: false