since find doesn't make changes, support check mode and gather data for other tasks in check mode
This commit is contained in:
parent
eeaeeb5a1f
commit
45a9f0b453
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue