From 953f0e5d7362bede8dfdfd7d6fa5ab8eed646b51 Mon Sep 17 00:00:00 2001 From: Julien Mailleret <8582351+jmlrt@users.noreply.github.com> Date: Mon, 12 Apr 2021 15:57:26 +0200 Subject: [PATCH] [meta] update ubuntu-1804 during kitchen provisioning (#793) --- .kitchen.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.kitchen.yml b/.kitchen.yml index e77b5b0..68aaebf 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -60,7 +60,7 @@ platforms: image: ubuntu:18.04 privileged: true provision_command: - - apt-get install -y -q ansible iproute2 python-jmespath + - apt-get update -q && apt-get install -y -q ansible iproute2 python-jmespath use_sudo: false volume: - <%=ENV['ES_XPACK_LICENSE_FILE']%>:/tmp/license.json