From 685e5124e1f32791cdf5db199c42a9fbf045ba98 Mon Sep 17 00:00:00 2001 From: Daniel Hougaard <62331820+DanielHougaard@users.noreply.github.com> Date: Mon, 11 Mar 2024 15:59:38 +0100 Subject: [PATCH] Feat: Move to new Python SDK and add Machine Identity support --- plugins/lookup/read_secrets.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/plugins/lookup/read_secrets.py b/plugins/lookup/read_secrets.py index d1459e8..ae28c8e 100644 --- a/plugins/lookup/read_secrets.py +++ b/plugins/lookup/read_secrets.py @@ -88,9 +88,6 @@ class LookupModule(LookupBase): if not machine_identity_client_id or not machine_identity_client_secret: raise AnsibleError("Please provide the universal_auth_client_id and universal_auth_client_secret") - - - # Create the client settings settings = ClientSettings( client_id=machine_identity_client_id,