|
- --arch={{debootstrap_arch}}
- --components={{debootstrap_components|join(',')}}
- {% if debootstrap_variant is defined %}
- --variant={{debootstrap_variant}}
- {% endif %}
- {% if debootstrap_include|length >0 %}
- --include={{debootstrap_include|join(',')}}
- {% endif %}
|