Merge pull request #5616 from resmo/fix/zypper_repo
zypper_repository: claims to support check_mode, but does not.
This commit is contained in:
commit
84c9e4a624
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