From 74f211c1ee0e8f5f3ce928657c0e6a4d63cc7310 Mon Sep 17 00:00:00 2001 From: Rajesh Rajendran Date: Sat, 10 Jul 2021 12:36:52 +0530 Subject: [PATCH] chore(upgrade): disable gather facts. Signed-off-by: Rajesh Rajendran --- scripts/helm/migration.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/helm/migration.yaml b/scripts/helm/migration.yaml index 5b4025715..4ebf13144 100644 --- a/scripts/helm/migration.yaml +++ b/scripts/helm/migration.yaml @@ -1,5 +1,6 @@ --- - hosts: localhost + gather_facts: false environment: KUBECONFIG: "{{ kubeconfig_path }}" tasks: