From d4f094cc11d2435561706173639e3fe02af064a7 Mon Sep 17 00:00:00 2001
From: ewtang <ewtang@users.noreply.github.com>
Date: Thu, 22 Aug 2019 16:14:32 +0800
Subject: [PATCH] Add localhost to ansible.limit. (#5037)

Upgrade to Kubernetes 1.15.3 (#5091)
---
 Vagrantfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Vagrantfile b/Vagrantfile
index 88a55ed89..a392af544 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -206,7 +206,7 @@ Vagrant.configure("2") do |config|
             ansible.inventory_path = $ansible_inventory_path
           end
           ansible.become = true
-          ansible.limit = "all"
+          ansible.limit = "all,localhost"
           ansible.host_key_checking = false
           ansible.raw_arguments = ["--forks=#{$num_instances}", "--flush-cache", "-e ansible_become_pass=vagrant"]
           ansible.host_vars = host_vars
-- 
GitLab