Do not protect the last escape.

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

View File

@ -12,7 +12,7 @@
ansible.builtin.lineinfile:
path: /etc/cron.daily/tmpreaper
regexp: '^ --ctime \\'
line: ' --mtime \\'
line: ' --mtime \'
when: not tmpreaper_use_ctime
- name: Install the tmpreaper configuration