From 9d7534fef013a7b1362c488085ee656b523b63b1 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Tue, 7 Sep 2021 16:48:57 +0200 Subject: [PATCH] Output changes --- lib/cr_tf/config.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/cr_tf/config.py b/lib/cr_tf/config.py index 6dc93ac..65ab9a9 100644 --- a/lib/cr_tf/config.py +++ b/lib/cr_tf/config.py @@ -329,6 +329,8 @@ class VsphereConfig(FbBaseObject): res['password'] = self.password else: res['password'] = '*******' + else: + res['password'] = None return res -- 2.39.5