Merge pull request #5680 from biolds/devel

Mark stat module as supporting check_mode
reviewable/pr18780/r1
Michael DeHaan 11 years ago
commit 58573e37c7

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