From be8cb5d6c01944f139a5e84b5b9f60ae4561c73e Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Fri, 23 Dec 2022 17:50:25 +0100 Subject: [PATCH] tmpreaper: fix the tasks intendation --- tasks/tmpreaper.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/tmpreaper.yml b/tasks/tmpreaper.yml index 374f70c..9f3b0bf 100644 --- a/tasks/tmpreaper.yml +++ b/tasks/tmpreaper.yml @@ -15,7 +15,7 @@ line: ' --mtime \' when: not tmpreaper_use_ctime - - name: Change the date check criteria from ctime to mtime + - name: Change the date check criteria from mtime to ctime ansible.builtin.lineinfile: path: /etc/cron.daily/tmpreaper regexp: '^ --[c|m]time \\'