apt_clean default false
This commit is contained in:
parent
cac45fa5fe
commit
8a787b87c8
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue