From aa5839537d61a4e10f17b6421a84cad913cbcb4b Mon Sep 17 00:00:00 2001 From: pat-s Date: Sun, 3 Mar 2024 14:38:14 +0100 Subject: [PATCH] fix indentation --- tasks/customize_public_files.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/customize_public_files.yml b/tasks/customize_public_files.yml index 340ddfd..f006d2b 100644 --- a/tasks/customize_public_files.yml +++ b/tasks/customize_public_files.yml @@ -38,5 +38,5 @@ owner: "{{ gitea_user }}" group: "{{ gitea_group }}" mode: "u=rwX,g=rX,o=" - loop: "{{ gitea_custom_themes }}" + loop: "{{ gitea_custom_themes }}" notify: "Restart gitea"