Update file main.yml

This commit is contained in:
Administrator 2025-10-20 06:25:46 +00:00
parent 5c427df3d5
commit 0788ad2d01

View File

@ -41,13 +41,3 @@
- name: Show Jellyfin status - name: Show Jellyfin status
debug: debug:
var: jellyfin_status.stdout var: jellyfin_status.stdout
- name: Verify Jellyfin is accessible
uri:
url: "http://{{ ansible_host }}:{{ jellyfin_port }}"
status_code: 200
timeout: 60
register: jellyfin_accessible
until: jellyfin_accessible.status == 200
retries: 10
delay: 10