From 167e2935941c45b3ae59982acf9e7dd9255cba3a Mon Sep 17 00:00:00 2001
From: Florian Ruynat <florian234@hotmail.com>
Date: Wed, 13 May 2020 15:26:27 +0200
Subject: [PATCH] Fix erroneous variable name (docker_keepcache) (#6129)

---
 Vagrantfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Vagrantfile b/Vagrantfile
index a4139b788..55954960f 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -197,7 +197,7 @@ Vagrant.configure("2") do |config|
         "download_force_cache": "True",
         # Keeping the cache on the nodes can improve provisioning speed while debugging kubespray
         "download_keep_remote_cache": "False",
-        "docker_keepcache": "1",
+        "docker_rpm_keepcache": "1",
         # These two settings will put kubectl and admin.config in $inventory/artifacts
         "kubeconfig_localhost": "True",
         "kubectl_localhost": "True",
-- 
GitLab