mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-08 14:20:04 -07:00
fix indent (#20071)
This commit is contained in:
parent
1786c81a65
commit
6ec0369c26
4 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue