Commit 62fd0b12 by Rene Moser

zypper_repository: claims to support check_mode, but does not. Fixes GH-5614.

parent ca055844
...@@ -120,7 +120,7 @@ def main(): ...@@ -120,7 +120,7 @@ def main():
description=dict(required=False), description=dict(required=False),
disable_gpg_check = dict(required=False, default='no', type='bool'), disable_gpg_check = dict(required=False, default='no', type='bool'),
), ),
supports_check_mode=True, supports_check_mode=False,
) )
repo = module.params['repo'] repo = module.params['repo']
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment