Add more packages to the container.

This commit is contained in:
Andreas B. Mundt 2021-11-18 20:20:28 +01:00 committed by Andreas B. Mundt
parent 245c08c125
commit 0c48d933e7
2 changed files with 26 additions and 2 deletions

View file

@ -58,11 +58,11 @@
- debootstrap
state: latest
- name: debootstrap minimal system
- name: debootstrap base system
command:
cmd: >
debootstrap
--include=systemd-container,openssh-server,sudo,python3,auto-apt-proxy
--include={{ cont_packages | join(',') }}
--components=main,contrib,non-free stable
{{ contname }}00 http://deb.debian.org/debian
args: