From a4959cabb113d05f29a4face9ad36c0966959665 Mon Sep 17 00:00:00 2001 From: Denis Nutiu Date: Sun, 16 Feb 2025 12:02:34 +0200 Subject: [PATCH] fix typo in jellyfin playbook --- jellyfin/playbook.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jellyfin/playbook.yaml b/jellyfin/playbook.yaml index 91bcf88..6cf8e8d 100644 --- a/jellyfin/playbook.yaml +++ b/jellyfin/playbook.yaml @@ -12,7 +12,7 @@ # Create necessary directories. - name: "Create directories" block: - - name: Create data directory + - name: Create cache directory ansible.builtin.file: path: "{{ jellyfin.cache_directory }}" state: directory