Commit 5ce29734 by Andy Kluger

Set default of 'yes' for update_cache, as is in the documentation

parent 16947041
......@@ -333,7 +333,7 @@ def main():
argument_spec=dict(
repo=dict(required=True),
state=dict(choices=['present', 'absent'], default='present'),
update_cache = dict(aliases=['update-cache'], type='bool'),
update_cache = dict(aliases=['update-cache'], type='bool', default='yes'),
),
supports_check_mode=True,
)
......
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