This repository has been archived by the owner on Jun 25, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Creates new default role var `unattended_dpkg_options`, set to an empty list. The default behavior of the role does not change. For those interested, additional options can be applied to dpkg during unattended upgrades runs by declaring them as a list, e.g. ``` unattended_dpkg_options: - "--force-confdef" - "--force-confold" ``` The above flags are necessary to ensure unattended-upgrades complete even when conf file changes were detected (which prompts during interactive upgrades).
- Loading branch information
Conor Schaefer
committed
Dec 11, 2017
1 parent
bfd722c
commit c092fb3
Showing
3 changed files
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters