From 757e4a5db53f0e0c07e97f49c802bb3e46a567e1 Mon Sep 17 00:00:00 2001 From: Richard Megginson Date: Tue, 11 Jun 2024 10:08:47 -0600 Subject: [PATCH] remove unnecessary quotes remove unnecessary quotes --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index 0aefeaa..9797eca 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -108,7 +108,7 @@ - name: Gather facts for ansible_date_time setup: filter: - - 'ansible_date_time' + - ansible_date_time when: postfix_backup_multiple | bool - name: Backup configuration