diff --git a/tests/roles/bootstrap-host/templates/user_variables.aio.yml.j2 b/tests/roles/bootstrap-host/templates/user_variables.aio.yml.j2 index a8e162fe14..8bb72c1884 100644 --- a/tests/roles/bootstrap-host/templates/user_variables.aio.yml.j2 +++ b/tests/roles/bootstrap-host/templates/user_variables.aio.yml.j2 @@ -91,6 +91,7 @@ lxc_net_dhcp_range: 10.255.255.2,10.255.255.253 lxc_cache_resolvers: {{ lxc_cache_resolvers }} lxc_container_template_main_apt_repo: {{ bootstrap_host_ubuntu_repo }} lxc_container_template_security_apt_repo: {{ bootstrap_host_ubuntu_security_repo }} +lxc_container_template_apt_components: {{ bootstrap_host_apt_components }} ## Security hardening apply_security_hardening: true