cellinfo
/
ansible.apt
Archived
2
0
Fork 0

Ensure to pre-configure all packages with debconf before installation.

This commit is contained in:
Jeremy Gardais 2017-08-18 10:54:37 +02:00
parent d59c4173c8
commit fa17ca5b94
1 changed files with 7 additions and 0 deletions

View File

@ -9,4 +9,11 @@ Dpkg
# let dpkg decide by itself when multiple choice
"--force-confdef";
}
Pre-Install-Pkgs
{
# pre-configure all packages with debconf before they are installed
"/usr/sbin/dpkg-preconfigure --apt || true";
};
};