Mark stat module as supporting check_mode

This commit is contained in:
Laurent Defert 2014-01-18 22:21:48 +01:00
parent e3e6f02835
commit f93b951bdd

View file

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