Skip to content
Snippets Groups Projects
Commit e487fa86 authored by Florent Thiery's avatar Florent Thiery
Browse files

ubicast-live: use new getuid command, fixes #36760

parent 8b20f9d3
No related branches found
No related tags found
No related merge requests found
...@@ -90,7 +90,7 @@ ...@@ -90,7 +90,7 @@
tags: live tags: live
tasks: tasks:
- name: Check the existence of the RTMP app - 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 register: app_status
changed_when: false changed_when: false
failed_when: false failed_when: 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