bundles/apt: no need to do minimal steps when doing unattended-upgrade
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
6d9e62e653
commit
d136e90a3d
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ Unattended-Upgrade::Origins-Pattern {
|
||||||
};
|
};
|
||||||
|
|
||||||
Unattended-Upgrade::AutoFixInterruptedDpkg "true";
|
Unattended-Upgrade::AutoFixInterruptedDpkg "true";
|
||||||
Unattended-Upgrade::MinimalSteps "true";
|
Unattended-Upgrade::MinimalSteps "false";
|
||||||
|
|
||||||
% if data.get('mail', None):
|
% if data.get('mail', None):
|
||||||
Unattended-Upgrade::Mail "${data['mail']}";
|
Unattended-Upgrade::Mail "${data['mail']}";
|
||||||
|
|
Loading…
Reference in a new issue