Enable check mode for docker_image_facts (#38944)

This module never changes anything. As such, there is no reason not to
just enable check mode.
This commit is contained in:
Clint Byrum
2018-06-06 02:03:26 -07:00
committed by Martin Krizek
parent d98c892017
commit 6635748c8f

View File

@@ -218,7 +218,8 @@ def main():
)
client = AnsibleDockerClient(
argument_spec=argument_spec
argument_spec=argument_spec,
supports_check_mode=True
)
results = dict(