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
commit 6635748c8f

View file

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