Wrong variable name.

This commit is contained in:
Andrea Dell'Amico 2022-12-23 17:37:02 +01:00
parent f105c30197
commit a475e48702
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
2 changed files with 2 additions and 2 deletions

View File

@ -133,7 +133,7 @@ nfs_server_ganesha_exports: []
# tmpreaper
tmpreaper_install: false
mpreaper_use_ctime: true
tmpreaper_use_ctime: true
tmpreaper_protect_extra: ''
tmpreaper_dirs: '/tmp/.'
tmpreaper_extra_dirs: ''

View File

@ -13,7 +13,7 @@
path: /etc/cron.daily/tmpreaper
regexp: "^ --ctime \\"
line: " --mtime \\"
when: not mpreaper_use_ctime
when: not tmpreaper_use_ctime
- name: Install the tmpreaper configuration
ansible.builtin.template: src=tmpreaper.conf.j2 dest=/etc/tmpreaper.conf owner=root group=root mode=0444