Add 'ca-certificates' to installed packages.
This is needed to use Debian repos served over https, but also a LOT of other programs, like reportbug, which want to communicate securely. Also sorted the list of packages alphabatically as I couldn't find a reason for the current order and then a logical sort order is better. Signed-off-by: Diederik de Haas <didi.debian@cknow.org>
This commit is contained in:
parent
99c34cc1d6
commit
8af1ec6cc6
|
@ -76,10 +76,11 @@ steps:
|
||||||
|
|
||||||
- apt: install
|
- apt: install
|
||||||
packages:
|
packages:
|
||||||
- ssh
|
- ca-certificates
|
||||||
- parted
|
|
||||||
- dosfstools
|
- dosfstools
|
||||||
- iw
|
- iw
|
||||||
|
- parted
|
||||||
|
- ssh
|
||||||
- wpasupplicant
|
- wpasupplicant
|
||||||
- __FIRMWARE_PKG__
|
- __FIRMWARE_PKG__
|
||||||
- __LINUX_IMAGE__
|
- __LINUX_IMAGE__
|
||||||
|
|
Loading…
Reference in New Issue