From f0a8fba9f01ac8bcaedc5745542c8073fba887e4 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Evrard Date: Fri, 28 Jun 2019 14:54:46 +0200 Subject: [PATCH] Install iptables on AIO by default Change-Id: I18d9b7833f09a46cd013313c1126d66f171c4306 --- tests/roles/bootstrap-host/vars/suse.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/roles/bootstrap-host/vars/suse.yml b/tests/roles/bootstrap-host/vars/suse.yml index 57145e8c1a..77f85b0e41 100644 --- a/tests/roles/bootstrap-host/vars/suse.yml +++ b/tests/roles/bootstrap-host/vars/suse.yml @@ -21,6 +21,7 @@ packages_install: - dbus-1 - ethtool - git-core + - iptables - lvm2 - python - python-devel