diff --git a/roles/common/templates/50unattended-upgrades b/roles/common/templates/50unattended-upgrades index a6d8056..1449deb 100644 --- a/roles/common/templates/50unattended-upgrades +++ b/roles/common/templates/50unattended-upgrades @@ -4,11 +4,12 @@ // Automatically upgrade packages from these (origin:archive) pairs Unattended-Upgrade::Allowed-Origins { - "origin=*"; + "*:*"; }; // List of packages to not update (regexp are supported) Unattended-Upgrade::Package-Blacklist { + "mongo.*"; // "vim"; // "libc6"; // "libc6-dev";