This repository has been archived on 2026-06-26. You can view files and clone it, but cannot push or open issues or pull requests.
Set-OPS/roles/unattended_upgrades/templates/20auto-upgrades.j2

5 lines
274 B
Text
Raw Normal View History

2026-06-20 15:17:46 -04:00
// Managed by Ansible — Set-OPS
APT::Periodic::Update-Package-Lists "{{ 1 if chezlepro_unattended_upgrades_enabled | bool else 0 }}";
APT::Periodic::Unattended-Upgrade "{{ 1 if chezlepro_unattended_upgrades_enabled | bool else 0 }}";
APT::Periodic::AutocleanInterval "7";