This repository has been archived on 2020-11-04. You can view files and clone it, but cannot push or open issues or pull requests.
|
# {{ ansible_managed }}
|
|
|
|
APT
|
|
{
|
|
APT::autoclean "1";
|
|
APT::clean-installed "1";
|
|
}
|
|
|
|
# The date of the last successful repositories update
|
|
APT::Update::Post-Invoke {"touch /var/lib/apt/periodic/update-success-stamp 2>/dev/null || true";};
|