Wrong variable name.
This commit is contained in:
parent
f105c30197
commit
a475e48702
|
@ -133,7 +133,7 @@ nfs_server_ganesha_exports: []
|
||||||
|
|
||||||
# tmpreaper
|
# tmpreaper
|
||||||
tmpreaper_install: false
|
tmpreaper_install: false
|
||||||
mpreaper_use_ctime: true
|
tmpreaper_use_ctime: true
|
||||||
tmpreaper_protect_extra: ''
|
tmpreaper_protect_extra: ''
|
||||||
tmpreaper_dirs: '/tmp/.'
|
tmpreaper_dirs: '/tmp/.'
|
||||||
tmpreaper_extra_dirs: ''
|
tmpreaper_extra_dirs: ''
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
path: /etc/cron.daily/tmpreaper
|
path: /etc/cron.daily/tmpreaper
|
||||||
regexp: "^ --ctime \\"
|
regexp: "^ --ctime \\"
|
||||||
line: " --mtime \\"
|
line: " --mtime \\"
|
||||||
when: not mpreaper_use_ctime
|
when: not tmpreaper_use_ctime
|
||||||
|
|
||||||
- name: Install the tmpreaper configuration
|
- name: Install the tmpreaper configuration
|
||||||
ansible.builtin.template: src=tmpreaper.conf.j2 dest=/etc/tmpreaper.conf owner=root group=root mode=0444
|
ansible.builtin.template: src=tmpreaper.conf.j2 dest=/etc/tmpreaper.conf owner=root group=root mode=0444
|
||||||
|
|
Loading…
Reference in New Issue