Commit a7fbafe9 by Michael DeHaan

Merge pull request #5616 from resmo/fix/zypper_repo

zypper_repository: claims to support check_mode, but does not.
parents 5a305a60 62fd0b12
......@@ -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']
......
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