apt_clean_after_install default false
This commit is contained in:
parent
8a787b87c8
commit
73bc81a1f5
|
@ -11,3 +11,4 @@ sshd_gssapi_authentication: 'no'
|
|||
sshd_host_keys:
|
||||
- '/etc/ssh/ssh_host_ed25519_key'
|
||||
sshd_pubkey_authentication: 'yes'
|
||||
apt_clean_after_install: false
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
copy:
|
||||
dest: /etc/apt/apt.conf.d/99AutomaticClean
|
||||
content: |
|
||||
Aptitude::Clean-After-Install "{{if true == (apt_clean_after_install|default(false)) || apt_proxy is defined then 'true' else 'false'}}";
|
||||
Aptitude::Clean-After-Install "{{if true == apt_clean_after_install || apt_proxy is defined then 'true' else 'false'}}";
|
||||
owner: root
|
||||
group: root
|
||||
mode: 0644
|
||||
|
|
Loading…
Reference in a new issue