tmpreaper: fix the tasks intendation
This commit is contained in:
parent
4507508a10
commit
be8cb5d6c0
|
@ -15,7 +15,7 @@
|
||||||
line: ' --mtime \'
|
line: ' --mtime \'
|
||||||
when: not tmpreaper_use_ctime
|
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:
|
ansible.builtin.lineinfile:
|
||||||
path: /etc/cron.daily/tmpreaper
|
path: /etc/cron.daily/tmpreaper
|
||||||
regexp: '^ --[c|m]time \\'
|
regexp: '^ --[c|m]time \\'
|
||||||
|
|
Loading…
Reference in New Issue