Change the escape.
This commit is contained in:
parent
a475e48702
commit
06bde2073a
|
@ -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 tmpreaper_use_ctime
|
when: not tmpreaper_use_ctime
|
||||||
|
|
||||||
- name: Install the tmpreaper configuration
|
- name: Install the tmpreaper configuration
|
||||||
|
|
Loading…
Reference in New Issue