since find doesn't make changes, support check mode and gather data for other tasks in check mode

pull/18777/head
Brian Coca 9 years ago committed by Matt Clay
parent 5425f3e757
commit f7f8df1773

@ -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

Loading…
Cancel
Save