From 081cdc9bb58395efc284a3f0bc3eb73abe6763a1 Mon Sep 17 00:00:00 2001 From: chris Date: Tue, 23 Nov 2021 14:04:58 +0100 Subject: [PATCH] Change file parameters. --- semaphore.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/semaphore.yaml b/semaphore.yaml index 9a2dd72..a299674 100644 --- a/semaphore.yaml +++ b/semaphore.yaml @@ -44,7 +44,7 @@ - name: Check logrotate directories file: path: "{{ item[0].path }}/{{ item[1] }}" - file_type: directory + state: directory with_nested: - "{{ backup_dirs.files }}" - ['daily', 'weekly', 'monthly', 'yearly']