Fix a typo.
This commit is contained in:
parent
1babb21f19
commit
f105c30197
|
@ -11,8 +11,8 @@
|
|||
- name: Change the date check criteria from ctime to mtime
|
||||
ansible.builtin.lineinfile:
|
||||
path: /etc/cron.daily/tmpreaper
|
||||
regexp: "^ --ctime \"
|
||||
line: "^ --mtime \"
|
||||
regexp: "^ --ctime \\"
|
||||
line: " --mtime \\"
|
||||
when: not mpreaper_use_ctime
|
||||
|
||||
- name: Install the tmpreaper configuration
|
||||
|
|
Loading…
Reference in New Issue