Merge pull request #5680 from biolds/devel

Mark stat module as supporting check_mode
pull/5690/head
Michael DeHaan 11 years ago
commit c91ba3a7c7

@ -63,7 +63,8 @@ def main():
argument_spec = dict(
path = dict(required=True),
follow = dict(default='no', type='bool')
)
),
supports_check_mode = True
)
path = module.params.get('path')

Loading…
Cancel
Save