13 lines
209 B
Plaintext
13 lines
209 B
Plaintext
|
# {{ 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";
|
||
|
}
|
||
|
};
|