Vagrantfile: use correct module names

This commit is contained in:
ml
2021-06-16 01:17:07 +02:00
parent 7fc9655b2c
commit 29ec044f21

2
hack/ci/Vagrantfile vendored
View File

@@ -18,7 +18,7 @@ Vagrant.configure("2") do |config|
sh.inline = <<~SHELL
set -eux -o pipefail
# Ensure network-related modules to be loaded
modprobe tap ip_tables iptables_nat ip6_tables ip6tables_nat
modprobe tap ip_tables iptable_nat ip6_tables ip6table_nat
# The moby-engine package included in Fedora lacks support for rootless,
# So we need to install docker-ce and docker-ce-rootless-extras from the upstream.