From 8fc74c4691f81a3aad54995b49b94d8779d0e24b Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 22 Jun 2022 12:29:12 -0700 Subject: debian bullseye role --- roles/debian_bullseye/templates/etc_apt_apt_confd_20auto_upgrades.j2 | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 roles/debian_bullseye/templates/etc_apt_apt_confd_20auto_upgrades.j2 (limited to 'roles/debian_bullseye/templates/etc_apt_apt_confd_20auto_upgrades.j2') diff --git a/roles/debian_bullseye/templates/etc_apt_apt_confd_20auto_upgrades.j2 b/roles/debian_bullseye/templates/etc_apt_apt_confd_20auto_upgrades.j2 new file mode 100644 index 0000000..c75a5d7 --- /dev/null +++ b/roles/debian_bullseye/templates/etc_apt_apt_confd_20auto_upgrades.j2 @@ -0,0 +1,4 @@ +# {{ ansible_managed }} + +APT::Periodic::Update-Package-Lists "1"; +APT::Periodic::Unattended-Upgrade "1"; -- cgit v1.2.3