Do not protect the last escape.
This commit is contained in:
parent
06bde2073a
commit
c00a4f62ae
|
@ -12,7 +12,7 @@
|
||||||
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 tmpreaper_use_ctime
|
when: not tmpreaper_use_ctime
|
||||||
|
|
||||||
- name: Install the tmpreaper configuration
|
- name: Install the tmpreaper configuration
|
||||||
|
|
Loading…
Reference in New Issue