mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-04 20:32:45 +00:00
Fix typo in Docker module.
This commit is contained in:
@@ -1138,7 +1138,7 @@ class DockerManager(object):
|
||||
|
||||
# LOG_DRIVER
|
||||
|
||||
if self.ensure_capability('log_driver', false) :
|
||||
if self.ensure_capability('log_driver', False) :
|
||||
expected_log_driver = self.module.params.get('log_driver') or 'json-file'
|
||||
actual_log_driver = container['HostConfig']['LogConfig']['Type']
|
||||
if actual_log_driver != expected_log_driver:
|
||||
|
||||
Reference in New Issue
Block a user