mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 08:13:08 +00:00
Mark stat module as supporting check_mode
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user