Add more packages to the container.
This commit is contained in:
parent
245c08c125
commit
0c48d933e7
2 changed files with 26 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue