mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 22:33:25 +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'),
|
get_checksum = dict(default="False", type='bool'),
|
||||||
use_regex = dict(default="False", type='bool'),
|
use_regex = dict(default="False", type='bool'),
|
||||||
),
|
),
|
||||||
|
supports_check_mode=True,
|
||||||
)
|
)
|
||||||
|
|
||||||
params = module.params
|
params = module.params
|
||||||
|
|||||||
Reference in New Issue
Block a user