This repository has been archived on 2020-11-04. You can view files and clone it, but cannot push or open issues or pull requests.
|
# {{ ansible_managed }}
|
|
|
|
Dpkg
|
|
{
|
|
Options
|
|
{
|
|
# keep the old version of configuration files without prompting
|
|
"--force-confold";
|
|
# let dpkg decide by itself when multiple choice
|
|
"--force-confdef";
|
|
}
|
|
};
|