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 \\'