diff --git a/build/ansible b/build/ansible index 6feba06ae196..a9bd4bb3dfab 160000 --- a/build/ansible +++ b/build/ansible @@ -1 +1 @@ -Subproject commit 6feba06ae196900d8c5a501674b4f065e899bea7 +Subproject commit a9bd4bb3dfabd8c4fa4f12c7c8fbe83591feb845 diff --git a/products/container/helpers/python/kubectl.py b/products/container/helpers/python/kubectl.py index 9adb3a522288..09f6712a6f06 100644 --- a/products/container/helpers/python/kubectl.py +++ b/products/container/helpers/python/kubectl.py @@ -20,7 +20,7 @@ def write_file(self): """ def _contents(self): token = self._auth_token() - endpoint = "https://{}".format(self.fetch["endpoint"]) + endpoint = "https://%s" % self.fetch["endpoint"] context = self.module.params.get('kubectl_context') if not context: context = self.module.params['name']