mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
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:
committed by
Martin Krizek
parent
d98c892017
commit
6635748c8f
@@ -218,7 +218,8 @@ def main():
|
||||
)
|
||||
|
||||
client = AnsibleDockerClient(
|
||||
argument_spec=argument_spec
|
||||
argument_spec=argument_spec,
|
||||
supports_check_mode=True
|
||||
)
|
||||
|
||||
results = dict(
|
||||
|
||||
Reference in New Issue
Block a user