From 4788d4d8196851861544342efccc291a4d7bbc04 Mon Sep 17 00:00:00 2001
From: Dario <dario@bauschutt.org>
Date: Mon, 17 Feb 2025 22:13:41 +0100
Subject: [PATCH] dokuwiki: add warning about custom theme directory

---
 roles/dokuwiki/README.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/roles/dokuwiki/README.md b/roles/dokuwiki/README.md
index abe718e..b6bd80d 100644
--- a/roles/dokuwiki/README.md
+++ b/roles/dokuwiki/README.md
@@ -26,6 +26,9 @@ None.
 - `dokuwiki__custom_theme_version`: Version (git branch, tag, ...) to checkout, default main
 - `dokuwiki__custom_theme_name`: Name of the directory into which the custom theme is cloned
 
+Warning: if a directory of the same name as `dokuwiki__custom_theme_name` already exists in the same directory, the task will fail.
+This needs to be manually deleted first before the first run with the the custom theme enabled.
+
 ## nginx Configuration
 
 This role does not configure your nginx server.