mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
fix indent (#20071)
This commit is contained in:
committed by
Toshio Kuratomi
parent
1786c81a65
commit
6ec0369c26
@@ -444,7 +444,7 @@ class AnsibleDockerClient(Client):
|
||||
tls_config = TLSConfig(**kwargs)
|
||||
return tls_config
|
||||
except TLSParameterError as exc:
|
||||
self.fail("TLS config error: %s" % exc)
|
||||
self.fail("TLS config error: %s" % exc)
|
||||
|
||||
def _get_connect_params(self):
|
||||
auth = self.auth_params
|
||||
|
||||
Reference in New Issue
Block a user