mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-03 20:02:45 +00:00
Update docker.py
Fix typo that prevents use_tls 'encrypt' option from working properly.
This commit is contained in:
@@ -613,7 +613,7 @@ class DockerManager(object):
|
||||
else:
|
||||
params['verify'] = True
|
||||
params['assert_hostname'] = tls_hostname
|
||||
elif use_tls == 'encrpyt':
|
||||
elif use_tls == 'encrypt':
|
||||
params['verify'] = False
|
||||
|
||||
if params:
|
||||
|
||||
Reference in New Issue
Block a user