zypper_repository: claims to support check_mode, but does not. Fixes GH-5614.
This commit is contained in:
parent
ca05584495
commit
62fd0b1269
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ def main():
|
|||
description=dict(required=False),
|
||||
disable_gpg_check = dict(required=False, default='no', type='bool'),
|
||||
),
|
||||
supports_check_mode=True,
|
||||
supports_check_mode=False,
|
||||
)
|
||||
|
||||
repo = module.params['repo']
|
||||
|
|
Loading…
Reference in a new issue