mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
since find doesn't make changes, support check mode and gather data for other tasks in check mode
This commit is contained in:
@@ -267,6 +267,7 @@ def main():
|
||||
get_checksum = dict(default="False", type='bool'),
|
||||
use_regex = dict(default="False", type='bool'),
|
||||
),
|
||||
supports_check_mode=True,
|
||||
)
|
||||
|
||||
params = module.params
|
||||
|
||||
Reference in New Issue
Block a user