apt_clean default false

This commit is contained in:
Denis Knauf 2024-09-19 21:12:22 +02:00
parent cac45fa5fe
commit 8a787b87c8

View file

@ -7,7 +7,7 @@
copy: copy:
dest: /etc/apt/apt.conf.d/99AutomaticClean dest: /etc/apt/apt.conf.d/99AutomaticClean
content: | content: |
Aptitude::Clean-After-Install "{{if true == apt_clean_after_install || apt_proxy is defined then 'true' else 'false'}}"; Aptitude::Clean-After-Install "{{if true == (apt_clean_after_install|default(false)) || apt_proxy is defined then 'true' else 'false'}}";
owner: root owner: root
group: root group: root
mode: 0644 mode: 0644