Fix a typo.

This commit is contained in:
Andrea Dell'Amico 2022-12-23 17:35:31 +01:00
parent 1babb21f19
commit f105c30197
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 2 additions and 2 deletions

View File

@ -11,8 +11,8 @@
- name: Change the date check criteria from ctime to mtime - name: Change the date check criteria from ctime to mtime
ansible.builtin.lineinfile: ansible.builtin.lineinfile:
path: /etc/cron.daily/tmpreaper path: /etc/cron.daily/tmpreaper
regexp: "^ --ctime \" regexp: "^ --ctime \\"
line: "^ --mtime \" line: " --mtime \\"
when: not mpreaper_use_ctime when: not mpreaper_use_ctime
- name: Install the tmpreaper configuration - name: Install the tmpreaper configuration