From 064f994a82c358f25073e6a0e070875e487a02fa Mon Sep 17 00:00:00 2001 From: Christian Steinle Date: Thu, 18 Nov 2021 05:54:25 +0100 Subject: [PATCH] Correction of subdirectory check. --- odroid.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/odroid.yaml b/odroid.yaml index 8839648..876c291 100644 --- a/odroid.yaml +++ b/odroid.yaml @@ -60,7 +60,7 @@ - name: Check logrotate directories stat: - path: "{{ backup_dir }}/{{ item }}" + path: "{{ backup_dir }}/{{ item[0] }}/{{ item[1] }}" register: subdirs with_nested: - ['bookstack', 'kimai', 'semaphore', 'gitea', 'nextcloud']